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.

