I'm guessing that these aren't just random values that you want in the opposite order of how you got them, but are sorted, but in the wrong direction. If that is the case you can apply a sort to the array collection that puts them in the order you want them.
--- In [email protected], Sceneshift <[EMAIL PROTECTED]> wrote: > > > 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? > -- > View this message in context: http://www.nabble.com/Reversing-an-ArrayCollection-tp20134270p20134270.html > Sent from the FlexCoders mailing list archive at Nabble.com. >

