Not a biggie but I like to simply add 1 to tCounter at the top of the loop

-- put 1 into tCounter (don't need this here)
repeat for each line tLine in field "mm
    add 1 to tCounter -- put it here instead. It creates the variable on the fly
    switch (tLine is empty)
...

Bob S


> On Jan 21, 2018, at 08:35 , Mike Bonner via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> put 1 into tCounter
> repeat for each line tLine in field "mm
>     switch (tLine is empty)


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to