Wouldn't it be cool if you could:

repeat for each charChunk(1000) tChunk in tVar
...

Just dreaming. Use case is minimal. 

Bob S


> On Jun 23, 2017, at 08:15 , Bob Sneidar via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> For a loop you would do something like:
> 
> repeat with i = 1 to the number of chars of tVar step 1000
>  put char i to i+1000 of tVar into tVar2
>  -- do something with tVar2
> end repeat
> 
> bob s


_______________________________________________
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