LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

auto indexing 2d arrays in a for loop

If I wire a 2d array to a for loop and enable auto indexing, does it index on rows or columns by default. I want to get rows.

Bill F
Message 1 of 2
(10,239 Views)
It will index the rows. If you wanted it the other way around you could transpose the array prior to feeding it to the loop, then transpose back afterwards.
Message 2 of 2
(10,239 Views)