On Tue, Feb 17, 2015 at 11:55 AM, Dr. Hawkins <doch...@gmail.com> 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
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