> global gSomeVariable
>
> on myHandler me
> put gSomeVariable
> end
>
> Because I used me, I don't need to declare the global again
> inside myHandler.
This works without the "me" as well.
I always declare my globals at the top of a script and then
refer to those globals inside the handlers without using "me".
:-)
guran
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]