Hi jbv,

you don't even need IT! :-)

> Am 25.03.2019 um 22:44 schrieb jbv via use-livecode 
> <[email protected]>:
> 
> 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
[email protected]


_______________________________________________
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

Reply via email to