Hi,
var a1 : Array = new Array(ob1, ob2);
var a2 : Array = new Array(ob3, ob4);
a1.push(a2); // => a1 = {ob1, ob2, ob3, ob4}.do aou mean that? On Nov 12, 10:55 am, "Kameshwaran.Anandan" <[email protected]> wrote: > Hi , > > how do append an array of objects to an already existing array? > -- > View this message in > context:http://old.nabble.com/Array-of-Objects--concatinating-a-array-of-obje... > Sent from the Flex India mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=.

