On Sun, Feb 19, 2012 at 5:32 PM, Kay C Lan <[email protected]> wrote:
> > put "For " & tRepeats & " cycles" & cr into R > > Oopps. That should read "For " & (6 * tRepeats) & " cycles" & cr into R Because of the nested repeat it's really doing 6000000 cycles. _______________________________________________ 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
