Hi again

I just realized that there was a mistake in the code posted
in my previous message... Please find the right code below
(conclusions of the test remain the same though) :

put "toto tata titi tete" into myVar
put the milliseconds into tt
repeat 100000 times
    if wordoffset("tete",myVar) > 0 then
end if
end repeat
put the milliseconds - tt
--    returns a value between 103 and 110

put "toto,tata,titi,tete" into myVar
put the milliseconds into tt
repeat 100000 times
    if itemoffset("tete",myVar) > 0 then
end if
end repeat
put the milliseconds - tt
--    returns a value between 130 and 136

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to