LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stopping while loop after last element of a 2D array

Solved!
Go to solution

How would I stop a while loop after the last element of a 2d array.  I tried wiring an uninitialized array constant, and comparing it with the 2d array, which was indexed to a 1 d array, but that didn't work.

0 Kudos
Message 1 of 4
(2,845 Views)

What's wrong with just using a FOR loop with autoindexing tunnels?  Maybe you should give more context of exactly what you are trying to do.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(2,832 Views)
0 Kudos
Message 3 of 4
(2,830 Views)
Solution
Accepted by topic author fghfghgfhfhg

Hahaha, hey, it's true what they say, a picture is worth a thousand words

Capture.JPG

0 Kudos
Message 4 of 4
(2,804 Views)