On 24-Jul-02, Brett Handley wrote: > Louis has already pointed out Unique
> If you need your series sorted, it is probably better to sort after > the Unique. This way you don't need to hope that Unique keeps the > sorting intact. > sort unique [ "a" "b" "b" "c" "d" "e" "e" ] Hmmm. Are there cases where unique can change the order, as well as stripping out duplicates? -- Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
