ComputersUnlimited
IS-IT--Management
The program I am working on has four combo boxes in a control array. They all contain the same items which are to be saved to an XML file which may also have some of the same values as the combo boxes. I want to prevent duplicates being saved to the XML file. What is the best way to accomplish this. I have tried a couple of things but keep failing.
I have tried loops with a lot of lines of code and if statements which didn't prevent duplicates. I also tried lists but got conversation exceptions.
Thank You
I have tried loops with a lot of lines of code and if statements which didn't prevent duplicates. I also tried lists but got conversation exceptions.
Thank You