newAC:ArrayColleciton = new ArrayCollection(ac1.toArray().concat(ac2.toArray()));
--- In [email protected], "Andrew Mikkelsen" <[EMAIL PROTECTED]> wrote: > > I've been searching and searching on this, but I can't seem to find an > answer on how to do this. Surely, someone, somewhere must have found the > need to do something similar to what I'm trying to do. :-) > > I have two ArrayCollections (eg. ac1 (field_1, field_2) and ac2 > (field_3, field_4)). Both AC's are the same length. What I'd like to do > is mash the fields from the two AC's together to get ac3(field_1, > field_2, field_3, field_4). > > My real goal is that I need a workaround for not being able to put > information from two separate dataproviders into a datagrid. > > Any help / suggestions would be greatly appreciated. > > Thanks! > > > > --Drew >

