I have an array collection of objects each of which has a property I will simply call 'name'. Let us say that this array collection contains a list of objects with the following name values ['George','Fred','George','Ron','Bill','Charlie','Bill','Bill','Percy'].
I would like to use these names as the data provider of a combo box, but without the duplicates. What would be the easiest way to distill this down to an array of unique values to use as this combo box's data provider in Flex? The original array collection was the result of an remote object call to a cfc that returned a record set from a data store. Is it a better option to create a new function in this cfc that returns the unique list I desire, or can I do this easily inside the Flex code since I already have the complete list? TIA Ian Skinner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4406 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
