NoUse4aName,
I appreciate the link and it is some good Java to study.
The question they asked was how to find them and not how to remove them.
i guess I could alter the code and make an output list of the duplicates.
Thanks,
Kevin
When in Florida, Don't Tampa with the code. I made this up.
Yeah, language is largely irrelevant. Just need the algorithm then you can implement in appropriate language. In vbs for example the hash table just becomes a dictionary.
The array duplicateList in that code will give you the duplicate list. Just remove the remove command.