PDA

View Full Version : removing duplicate items from a combobox


lsatdown
10-24-2007, 12:47 PM
How would I go about finding duplicates items in a combobox and removing them?

tg
10-24-2007, 04:11 PM
check the 'library' here at as.org. look thru the array functions there..
your combo box has a 'dataProvider' which is an arrray, you will find a function or two in teh library that should return a list of unique values in an array.