I obtained a 10% speed increase by changing this:

  repeat with n = 3 to 10

to this:

     put "3,4,5,6,7,8,9,10" into nList
     repeat for each item n in nList

_______________________________________________
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