Or is there a way to easily slave a while loop to an array input? I essentially need to search an array for a specific entry. Non of the built in VI's will search the array the way I need to do it. I tried wiring the array to a while loop and searching each element, but if the match is never found, the while loop never returns. Is there a setting on a while loop to force it to return if an input array completes?
The For loop will work, but it forces me to step through the entire array each time and I have to play games to ignore values after I have found and set the one I need.
Thanks for any help
Chris