On Tue, Feb 17, 2015 at 11:55 AM, Dr. Hawkins <[email protected]> wrote:

> Won't this be orders of magnitude slower?
>

Yes.

Given that you have access to lines, items, and words, if possible it would
be better to set the outer loop to work on lines, and then do whatever you
like with items within the loop.

Or take the hit and split the list before looping, and then index through
the array.

Or, as you say, be very careful with the item delimiter.
_______________________________________________
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