I have an string array that I want to contain distinct values. What I need to do is search the array for a value and if it isn't there I need to go ahead and add it. Is there a way to do this without having to loop through the array and compare. Seems as if in 6 there was a function for doing this (at least I think I did it with an integer array at some point)
Thanks in advance.
Thanks in advance.