in reply to Re: Finding unique elements in an array
in thread Finding unique elements in an array

None of these perform the function of uniq as the parent requested. uniq only looks at the previous item, not all previous items.
  • Comment on Re^2: Finding unique elements in an array