in reply to Re: Removing duplicate elements from an array
in thread Removing duplicate elements from an array

Figured it out, @result contained blocks of numbers, so $result didn't pull out individual ones. Had to split them. Now it works fine.

Thanks

  • Comment on Re: Removing duplicate elements from an array