11-07-2008 12:14 PM
I have Labview 8.2 and I need to break a for Loop before finish. I'm looking inside an array a word line by line and I need to breake it at the moment than find it.
Thank you
11-07-2008 12:22 PM
You cannot do that in LV 8.2 A conditional for loop was added in a later version of LV.
You can do what you want with a while loop. Set it to stop when you find the desired value or when it reaches the end of the array.
Lynn