in reply to Re: Getting an "object's" value before it becomes an object
in thread Using an object's value instead of a global variable

I guess my question is why is it so important that you eliminate a package global when it's doing what you want?

Suppose there are 20 methods each of which is associated with a unique message. Then I would need 20 such variables to go along with them. But your point is well taken.

  • Comment on Re^2: Getting an "object's" value before it becomes an object