Very simple way to do this:
1) Use a loop to iterate through every element in the array.
2) Compare the value of each element to what you are searching for.
3) If they are equal, store the value of the loop counter to an array.
Yes, you can use a while loop and the search array vi, but this is just as easy and much more intuitive. See the attached for details. Cheers.
- Jim Cavera