As Richard said, the engine is smart enough to avoid this pitfall. So no,
it's perfectly fine to say

repeat for each line x in the keys of array y

even if the list of keys is large.

On Tue, Feb 21, 2012 at 12:03 PM, Bob Sneidar <b...@twft.com> wrote:

> Repeat for each line x in the keys of array y would seem at a glance to
> have to reevaluate the keys of <array> each time through the loop, wouldn't
> it? You must mean you get the keys first in a variable and then use that.
_______________________________________________
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