Clearing local variables

Dick Kriesel dick.kriesel at mail.com
Fri Apr 22 16:00:34 EDT 2016


> On Apr 22, 2016, at 12:48 PM, Sannyasin Brahmanathaswami <brahma at hindu.org> wrote:
> 
> repeat for each item x in tLocalVars
>    put empty into x
> end repeat

repeat for each item x in tLocalVars
  set the text of x to empty
end repeat



More information about the use-livecode mailing list