Go Back   CodingForums.com > :: Client side development > Flash & ActionScript > Adobe Flex

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-15-2010, 08:57 AM   PM User | #1
pasensyoso_mani
New to the CF scene

 
Join Date: Sep 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
pasensyoso_mani is an unknown quantity at this point
Store duplicate Array values to another Array

Hi flex coders,

As the title says it all, how will I do this in flex? Like for example I have the values 1,1,1,2,2,3. All the duplicated entries need not to be remove but will just be stored in another collection.

Need some light. Please help!


Best Regards,
pasensyoso_mani is offline   Reply With Quote
Old 09-15-2010, 03:16 PM   PM User | #2
Stooshie
Regular Coder

 
Stooshie's Avatar
 
Join Date: Mar 2008
Location: Dundee, Scotland
Posts: 376
Thanks: 9
Thanked 39 Times in 39 Posts
Stooshie is on a distinguished road
var a : ArrayCollection = new ArrayCollection(array);
var b : ArrayCollection = new ArrayCollection(a.source);

or

Use mx.utls.ObjectUtil.Copy

var arrayCollection1 : ArrayCollection = ObjectUtil.copy(arrayCollection2);
__________________
Regards, Stooshie
O
Stooshie is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:44 AM.


Advertisement
Log in to turn off these ads.