The book "ActionScript 3 Cookbook" and "ActionScript 3.0 Bible", talks 
about this issue, and your interesting disuions on this thread, have 
pointed me in the right way :) thanks .. By the way, my firm have the 
first build on a night watcher application, where we use Nokia NFC 
(RFID) to collect data and Flex for the Show :) and we are able to 
alter the data on the RFID tag with just Flex and no install of a third 
party application. The customer is very very happy.

--- In [email protected], "Cato Paus" <[EMAIL PROTECTED]> wrote:
>
> 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