>If I use "clearGlobals" to clear my globals, how can I not clear a >hand full of globals? > >Is there a different way for me to set vars other than globals? > >I have a need to reset all globals (hundreds of them) but hang onto >a small hand full
There are various ways to do this. Just about the easiest is: localvar = globalvar clearglobals globalvar = localvar Just do that for the variables you want to keep. [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!]
