Speed

Kay C Lan lan.kc.macmail at gmail.com
Sat Aug 23 08:10:22 EDT 2014


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




More information about the use-livecode mailing list