Camille1
Aerospace
- Mar 25, 2005
- 12
I have a list of strings and I would like collect from that list only one time if the strings the same for example if an array("A", "B", "C", "A", "B", "B")
and I would like to collect ("A", "B", "C"). How do I do that. Thanks in advance
and I would like to collect ("A", "B", "C"). How do I do that. Thanks in advance