Hi again Ed, Here is an example of use:
>> x: [ "a" "b" "b" "c" "d" "e" "e" ] == ["a" "b" "b" "c" "d" "e" "e"] >> unique sort x == ["a" "b" "c" "d" "e"] >> Louis At 05:28 PM 7/23/2002 -0700, you wrote: >How do I do it? > >I know I can use the sort command to put them in order, how can I trim out >the duplicates? > >Let's say I have a series, that I've sorted as follows: [ "a" "b" "b" "c" >"d" "e" "e" ]. > >Is there a command I can us to reduce it to: [ "a" "b" "c" "d" "e" ]? > >-- >Sincerely, | Don't part with your illusions. When they are gone >Ed Dana | you may still exist, but you have ceased to live. >Software Developer | -- Mark Twain >1Ghz Athlon Amiga | =========== >http://members.cox.net/edanaii/Home/Default.html =========== > > > >-- >To unsubscribe from this list, please send an email to >[EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
