if you cannot revert the arraycollection (even via its source as Paul suggested) why do not you do it manually?
On Fri, Oct 24, 2008 at 5:47 PM, jer_ela <[EMAIL PROTECTED]> wrote: > 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] <flexcoders%40yahoogroups.com>, > 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. > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

