Hey there,

I have a problem to remove the first *object* in myData, any suggestion?

Thank you 

=========================== 


[Bindable]
private var myData:ArrayCollection;

myData.removeItemAt(myData.getItemAt(0));

Reply via email to