The way I understand it, static variables are 'global' to a class (as are static methods).

They get created only once (as the class is loaded), instead of getting a separate copy with each instance.

The primary usage example of one is to have it hold a count of the instances.

& the traditional syntax to access them is class.variableName instead of instace.variableName

hth
-Buzz

At 4:33 PM -0400 9/19/05, you wrote:
Hi Mark...

Thanks for the answer.  I understood most of what you said, and I think
this is giving me the clues I need.  I'll post again if I'm stumped.

Very much appreciative (and Tom too),
- MM


[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to