Re: lingo-l Static Variables

2001-01-19 Thread Irv Kalb
At 1:44 PM -0800 1/18/01, Watson, Christopher wrote: The properties within a parent script are equivalent to instance variables. But I want to implement the equivalent of a class variable in my parent script, so that all child objects created from that parent script can take into account the

Re: lingo-l Static Variables

2001-01-19 Thread Jakob Hede Madsen
The class pretty much corresponds to the script. You can access properties of the script as well as properties of script instances, so properties of the script would correspond to class variables. the script can be addressed from an instance (D8) like so: me.script So a class variable could be

lingo-l Static Variables

2001-01-18 Thread Watson, Christopher
The properties within a parent script are equivalent to instance variables. But I want to implement the equivalent of a class variable in my parent script, so that all child objects created from that parent script can take into account the value held within that class variable when performing