LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Loop Break

Most programming languages have a break statement to exit a loop. Does
LabView support this feature?

Thanks..Ed
0 Kudos
Message 1 of 2
(3,118 Views)
What type of loop do you wants to use? If it's a while loop you can stopp
processing by wiring the boolean state to the condition. A for-loop you
can't stopp until all iterations are passed (but you can use a case
structure to select processing or not).

Henrik


"Ed Thompson" schrieb im Newsbeitrag
news:9XSb7.533157$K5.57948276@news1.rdc1.nj.home.com...
> Most programming languages have a break statement to exit a loop. Does
> LabView support this feature?
>
> Thanks..Ed
>
>
0 Kudos
Message 2 of 2
(3,118 Views)