Hi, all you experts :)

I'm tying to speed up my application and I use a lot of
 
exsample
for (var i:int = 0; i < 5; i++)
{
   trace(i);
} 


so is the "for each" looping faster ?

Reply via email to