Sidenote if you weren't using the array directly;  We had a discussion one time 
that the ArrayCollection getItemAt(n) method was proven to be faster than its 
["someProperty"].   But accessing the array directly and using the index [n] is 
even faster for this use case as Justin pointed out.


-Mark

Reply via email to