LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

add loop

I want to add a loop after I worte the code. My problem is how to enclose some code in the added loop?
0 Kudos
Message 1 of 3
(2,614 Views)
There are two ways to put exisiting code into a loop. First you could create the loop then hightlight all the code you want to put into the loop and drag and drop it inside the loop (the loop border will change when the code is hoving in the loop). The other way is when you are creating the loop you can click and drag to encompass the code you want inside the loop. When you release the mouse button, the loop will be created around the code. In both cases some rewiring may need to be done.
0 Kudos
Message 2 of 3
(2,606 Views)
Thanks. It works.
0 Kudos
Message 3 of 3
(2,597 Views)