Page 1 of 1

removing redundancies in array

Posted: Thu Jul 28, 2005 8:46 am
by jaymoore_299
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)

Posted: Thu Jul 28, 2005 9:01 am
by choppsta