On 8/29/19 4:40 PM, Dan Friedman via use-livecode wrote:
Sean,

Another test would be to see how fast it creates a variable with 10,000 
characters using a repeat loop ...

put "" into jones
repeat 10000
    put "a" after jones
end repeat
put the milliseconds into m
put jones into pFart
put the milliseconds - m into m
answer m

You really want to store the milliseconds *before* the repeat loop to have any chance of seeing a difference.

--
 Mark Wieder
 [email protected]

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to