in reply to Re: Re: Deciding unique elements of an array
in thread Deciding unique elements of an array

You have a strange definition of unique :) ... your code removes any entries which don't occur exactly once

Oh, I don't know, I like my definition. :-) I read (misread?) the question as "pick out the elements that occur just once" rather than "make a copy of the list with duplicate elements removed".

... and btw this should be in the FAQs somewhere.

I believe it is, as mentioned in an earlier response.

--
:wq
  • Comment on Re(3): Deciding unique elements of an array