Lets say src is 2d collection, is this what you want:

var record:ArrayCollection;

for(i=0; i<src.length; i++){
    record = src.getItemAt(i) as ArrayCollection;
    record.addItem( new MyElement() );
}



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Rookie-ArrayCollection-Question-tp13649p13650.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to