Hi Rich,
Try the reviced script below.
Rich Mayer wrote:
> on killGlobals globalVarList
> repeat with varName in globalVarList
-- myCommand = "global" && varName
-- put myCommand
-- do myCommand
--
-- myCommand = varName && "= VOID"
myCommand = "global" && varName & return & varName && "= VOID"
> put myCommand
> do myCommand
>
> end repeat
> end
Good luck,
Fumio Nonaka
Attain Corporation
[EMAIL PROTECTED]
[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!]
- <lingo-l> dynamic declarations Rich Mayer
- Re: <lingo-l> dynamic declarations (... Rich Mayer
- <lingo-l> Introduction to lingo Dr. Daniel D. Errampalli
- Re: <lingo-l> Introduction to ... Kerry Thompson
- Fumio Nonaka
