Are you working with multi-dimensional arrays or arrays of objects? If the former, see the docs:
http://livedocs.adobe.com/flex/3/html/help.html?content=10_Lists_of_data_5.html#119820 --- In flexcoders@yahoogroups.com, "Paul Kukiel" <[EMAIL PROTECTED]> wrote: > > I wish to loop over an array collection and access all the elements > (columns) > > so the arrayCollection looks like > > [1].columnOne > [1].columnTwo > [1].columnThree > [2].columnOne > [2].columnTwo > [2].columnThree > > I need to loop over the rows and columns, but don't know the column names, > any ideas. The array collection data is a query returned from ColdFusion. > > > > Paul. >