how to remove duplicate values from a string array and store in new array?
807591May 29 2008 — edited May 29 2008Hi,
I have a String array with the following values: 150, 150, 100, 150, 125, 100
How can I remove the duplicate values, and store the unique values in another String array? Sample code would be really appreciated.
Thanks,
Rishi