SC, Rev,and RB speed test

Brian Yennie briany at qldlearning.com
Thu Apr 15 04:38:29 EDT 2004


And to further add to strange behavior, it seems that "is in" is faster 
than "contains", and equally fast to offset().

Harumph. What are we missing? Does "contains" do something that 
offset() or "is in" do not?

offset(tFindText, tText) -- fast
tFindText is in tText -- fast
tText contains tFindText -- slower!!!

- Brian



More information about the use-livecode mailing list