I have been working with a string[]
array in C# that gets returned from a function call. I could possibly cast to a Generic
collection, but I was wondering if there was a better way to do it, possibly by using a temp array.
What is the best way to remove duplicates from a C# array?
This code 100% remove duplicate values from an array[as I used a[i]].....You can convert it in any OO language..... :)
NOTE : NOT tested!
Might do what you need...
EDIT Argh!!! beaten to it by rob by under a minute!