goofy question about "repeat for each"

Klaus major-k klaus at major-k.de
Mon Mar 25 18:01:01 EDT 2019


Hi jbv,

you don't even need IT! :-)

> Am 25.03.2019 um 22:44 schrieb jbv via use-livecode <use-livecode at lists.runrev.com>:
> 
> Hi again,
> 
> I finally solved the problem by modifying the loop
> as follows :
>    repeat for each line j in cc
>     ## get item 1 of j
>     ## add 1 to it
>     ## put return & it & "," & item 2 of j after var2
           put CR & item 1 of j + 1 & "," & item 2 of j after var2
>    end repeat
> ...

Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list