use-revolution Digest, Vol 2, Issue 119

Ray G. Miller rgmiller at pacbell.net
Mon Nov 24 16:01:56 EST 2003


>
>
>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:rgmiller at pacbell.net
(V) 510.530.1971
(F) 510.482.3491





More information about the use-livecode mailing list