hi,
i have a combo box that has about 500 items in it. These items have some duplicate entries in them. I was wondering if any of you know maybe an algorithm that would loop through the combo box, find the duplicates, and for each duplicate found that name would be added to another listbox. Oh, the listbox should only contain the names of the duplicate entries in the previous combobox, but the listbox shouldnt have any duplicate entries in it. So, in other words, the listbox will be all the names of the duplicate entries that were in the first combobox. Any suggestions?
thanks in advance
i have a combo box that has about 500 items in it. These items have some duplicate entries in them. I was wondering if any of you know maybe an algorithm that would loop through the combo box, find the duplicates, and for each duplicate found that name would be added to another listbox. Oh, the listbox should only contain the names of the duplicate entries in the previous combobox, but the listbox shouldnt have any duplicate entries in it. So, in other words, the listbox will be all the names of the duplicate entries that were in the first combobox. Any suggestions?
thanks in advance