hi All,
am new in flex technologies, i need to remove object from arraycollection.please let me know.
Regards,
Jai.
Hi,
Use removeItemAt : myArray.removeItemAt(position).
I hope this help.
Best,