Concatenate the lists; possibly with the addAll function ( http://livedocs.adobe.com/flex/3/langref/mx/collections/ListCollectionView.html#addAll() ), or possibly with source.concat ( http://livedocs.adobe.com/flex/3/langref/Array.html#concat() ). Then sort the collection. ( http://livedocs.adobe.com/flex/3/html/about_dataproviders_4.html#442032 )

asea19 wrote:
I have two ArrayCollections of scattered dates coming in for the past 5 years. I need to take these two lists and create a new object with the dates from both combined into a list with all the dates in order. Any ideas?



--
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust

Reply via email to