First 1000 characters without loop?
Bob Sneidar
bobsneidar at iotecdigital.com
Fri Jun 23 11:15:29 EDT 2017
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
> On Jun 22, 2017, at 12:36 , Devin Asay via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> Hi Devin & Mark,
>
> Thanks for this solution.
>
> Does that statement create an implied loop?
More information about the use-livecode
mailing list