I have an array and I want to output ALL the index values that correspond to a particular value. The Search 1D array only returns the first index, is there a VI that returns them all? Thanks.
You can easily write one. Put the Search 1D Array function inside a loop. Pass the index of element via a shift register to the start index input for the next search.
Be aware of the issues associated with comrarisons of non-integer data types. Search 1D Array only finds exact matches.