Try this:
public function copyArrayCollection (src1:ArrayCollection,
src2:ArrayCollection):ArrayCollection
{
var result:ArrayCollection = new
ArrayCollection(src1.source.concat(src2.source));
return result;
}On Fri, Dec 12, 2008 at 2:55 PM, kiran singh <[email protected]> wrote: > > Hi, > > Suggest me an example for adding two array collection in action > script. > > Thanks, > Kiran Singh > mca > > > > --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---

