Clearing local variables
stephen barncard
stephenREVOLUTION2 at barncard.com
Fri Apr 22 16:04:03 EDT 2016
On Fri, 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
>
you don't want to mess with the index variable in a repeat loop
repeat for each item x in tLocalVars
put empty into item x of tLocalVars
end repeat
in addition you may have to do the deleting backwards
not tested... some ideas
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org
More information about the use-livecode
mailing list