That is the correct way with an ArrayList. XML provides some other options.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jolugarciado Sent: Monday, May 21, 2007 11:13 AM To: [email protected] Subject: [flexcoders] how to acces columns in a ArrayCollection I want to access all the cells in a especific column. It is a way to make it? Right now Im accessing the cells usin getItemAt and a cycle Example: for(var:uint = 0;i<=ElArrayCollection.length; i++) { ElArrayCollection.getItemAt(i).ClvUsuario; } Somebody knows another way to access all cells in a especific column? thank you.

