jbv wrote:



This script takes about 115 ticks.




on mouseUp
 put "" into fld "test"
 put the milliseconds into st
  put "" into S

 repeat with j=1 to 100
   repeat  with i=1 to 100
     -- put 0 & cr after S[j,i]

    put 0 & tab & 0 & tab after S
   end repeat
   put cr after S
 end repeat
 put the milliseconds - st

 put s into fld "test"
end mouseUp

This takes about 17 millisecs on a G4...


Ray G. Miller __________________ Turtlelips Productions 4009 Everett Ave. Oakland, CA 94602 MailTo:[EMAIL PROTECTED] (V) 510.530.1971 (F) 510.482.3491



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to