|
Hi, What's a good way to remove duplicate items from a List? And then sort them? I've got a List of symbols: List[ \item2, \item3, \item4, \item1, \item2, \item3 ] I want to make it: List[ \item1, \item2, \item3, \item4 ] I recently mislaid my brain, so I can't seem to work it out. ;-) There's so many help files for Arrays, Collections and suchlike, I don't know where to start looking. Any help will be much appreciated. Jim ------------------------------- www.hit-by-a-rock.com ------------------------------- |