string arrays (should be elementary)
Hi,
This should be very easy, but I just can't figure it out for some reason.
I need to store some strings (that i get from parsing a file) into a string array. However, I don't want there to be any repeated strings in the array. Each string in the array should be unique. How do I go about doing this?
Thanks.