Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delete repeated entries in array
#1
Hello,

I have an array that have multiple repeated information and I want to form a new array with only single entries of what it contains.
Examlpe:

Array a = [1], [2], [2], [3], [3], [4], [5], [5]
Array a_new = [1], [2], [3], [4], [5]

How can I do this? Thanks a lot!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)