in reply to Re: Re: How do I determine the underlying type of an Object?
in thread How do I determine the underlying type of an Object?

Oh, but you can always first rebless the object.

Abigail

  • Comment on Re: How do I determine the underlying type of an Object?

Replies are listed 'Best First'.
Re: Re: How do I determine the underlying type of an Object?
by dpuu (Chaplain) on Apr 20, 2003 at 02:05 UTC
    Though you could lose thread-safety if you're not careful. --Dave