
mackiew
Deleted
Jan 19, 2001, 6:28 AM
Post #1 of 3
(544 views)
|
|
How eliminate repeated elements of array
|
Can't Post
|
|
Exist some function to eliminate repeated elements of an Array ??? Example @array = ('a','b','a','x','x','b','c') after function(\@array) @array = ('a','b','x','c') Thanks
|