RE: [Flashcoders] >> find same label

2006-10-23 Thread Doug Coning
11:33 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] >> find same label Hi I'll do something like this. First create a empty array. Then loop into your ComboBox like I show you before. Each step of the loop, test if the value is allready in the array. There is no method

Re: [Flashcoders] >> find same label

2006-10-23 Thread David Buff
ling list" Sent: Monday, October 23, 2006 5:32 PM Subject: Re: [Flashcoders] >> find same label Hi I'll do something like this. First create a empty array. Then loop into your ComboBox like I show you before. Each step of the loop, test if the value is allready in the array. T

Re: [Flashcoders] >> find same label

2006-10-23 Thread David Buff
Hi I'll do something like this. First create a empty array. Then loop into your ComboBox like I show you before. Each step of the loop, test if the value is allready in the array. There is no method of array class to do that, but you can cast the array as string and use the method indexOf of