Code: Select all
on mouseUp
put the ticks into tStart
put "x" into tTest
repeat 15000000
put tTest into cc
--put "abc" into cc --this is faster
end repeat
answer the ticks - tStart
end mouseUp
Esoterica, but why?
Craig Newman