Empty a list of globals

FlexibleLearning at aol.com FlexibleLearning at aol.com
Wed Apr 7 11:53:09 EDT 2004


delete global myGlobal

or

repeat for each line L in myListOfGlobals
  delete global L
end repeat

etc.

/H


More information about the use-livecode mailing list