Extracting a list of non-duplicates
Posted by Michael J. on January 28, 2002 1:45 PM
I have a list of items (e.g. apple, orange, apple, banana, apple, orange, peach).
I want to provide the range of my list and get back what type of fruit is in the list, with the type of fruit only appearing once (e.g. apple, orange, banana, peach).
How do I do this?