If I have an array that looks like this
(1,2,3,3,3,4,5,6,6,7,8)
how do I remove all duplicates and end up with this
(1,2,3,4,5,6,7,8)
removing redundancies in array
Moderator: General Moderators
-
jaymoore_299
- Forum Contributor
- Posts: 128
- Joined: Wed May 11, 2005 6:40 pm
- Contact: