----- Original Message ----- 
From: "Sceneshift" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, October 23, 2008 5:12 PM
Subject: Re[flexcoders] versing an ArrayCollection


>
> Hey guys,
>
> I have an array collection which I populate from a web service. It 
> consists
> of a bunch of objects which I access by aryCollection[num].
>
> My problem is, I need to reverse the contents. ArrayCollection doesn't 
> have
> a .reverse(); function, so can anyone suggest a solution?

Check out the source property of the ArrayCollection, then remember that 
arrays can be reversed.. 

Reply via email to