Switcheroo

Bob Sneidar bobsneidar at iotecdigital.com
Mon Jan 22 16:57:00 EST 2018


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 at lists.runrev.com> wrote:
> 
> put 1 into tCounter
> repeat for each line tLine in field "mm
>     switch (tLine is empty)





More information about the use-livecode mailing list