import mx.utils.ObjectUtil; var newList:Object = ObjectUtil.copy(oldList);
Cheers, Brian On 2/1/07, helihobby <[EMAIL PROTECTED]> wrote: > > > > > > > Can anyone please post sample code of how to make a copy of a > XMLListCollection. > > Not a copy of the instance object but a new XMLListCollection object. > > Thank you for all the help, > > Sean. > > -- Brian Dunphy

