Are you meaning you have an array of arrays? As far as I know you'd just create a loop to go through them and add it.
Because of the number of items in the array and the size of the data you're working with you might have to do it in chunks. Pass a start and end index into a function to run though the elements at those positions and then dispatch an event to move on to the next chunk when the previous chunk is finished. Or am I misunderstanding what you mean? On Sep 28, 2016 7:59 PM, "bilbosax" <waspenc...@comcast.net> wrote: > So I have a 2D ArrayCollection that has about 40k records in it with about > 40 > elements in each record. I need to add an element or property to the end > of > each record so that each record now contains 41 elements, but have no idea > how to do this. Any suggestions? > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Rookie-ArrayCollection-Question-tp13649.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >