Clearing local variables
Bob Sneidar
bobsneidar at iotecdigital.com
Wed Apr 27 11:32:02 EDT 2016
On Apr 22, 2016, at 13:04 , stephen barncard <stephenREVOLUTION2 at barncard.com<mailto:stephenREVOLUTION2 at barncard.com>> wrote:
you don't want to mess with the index variable in a repeat loop
well... to be clear, you can in a repeat with x = 1 to n form. It's in the repeat for each form you want to avoid modifying the source data. To my knowledge modifying the index (if by index you mean the x) will not cause a problem.
Bob S
More information about the use-livecode
mailing list