On Apr 22, 2016, at 13:04 , stephen barncard <[email protected]<mailto:[email protected]>> 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 _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
