|
// Creates ArrayCollection of 0 elements var myArrayCollection:ArrayCollection = new ArrayCollection(); |
|
// Creates ArrayCollection using existing Array var myArrayCollection:ArrayCollection = new ArrayCollection(myArray); |
|
// Creates ArrayCollection and assigns values var myArrayCollection: ArrayCollection = new ArrayCollection(["RoseIndia", 10]); |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.