11-19-2018 10:57 PM
Hello,
In the attached VI, I am attempting to find the number of duplicates in a string array, then return a new array with the number and the corresponding number of times that string appears. In the VI, for the given array:
100, 100, 100, 200, 200, 400, 400, 400, 400, 400, I would like to generate the array:
100 3
200 2
400 5
Thanks for your help!
11-19-2018 11:03 PM
This question has come up numerous times before.
11-19-2018 11:54 PM
11-20-2018 12:59 AM - edited 11-20-2018 01:01 AM