Mark-

Putting the limit into a variable speeds things up considerably:

put the number of controls on card id 200593 of stack "revIcons" into y
repeat with x=1 to y
 add 1 to z
end repeat

Is twice as fast (.73 ticks vs 1.41 ticks) as:

repeat with x=1 to the number of controls on card id 200593 of stack "revIcons"
 add 1 to z
end repeat

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to