LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Looping till end of column

Solved!
Go to solution

The problem seems to be that the code doesn't understand that if column 5 only have 47 elements, then column 8 might have 49. Because when a column is having more elements than the column with the preliminary lowest number of elements, the extra elements is skipped.

 

Example: Column 5 is having 47 columns. Then none of the remaining columns will have more than 47 elements (even if they actually have). If column 12 then has 45 columns, the remaining columns will never have more elements than 45, and so on..

 

Greetings

Kristoffer

0 Kudos
Message 11 of 13
(502 Views)

You need to transpose the Array as was sugested by Alexander.

 

Ben64

Message 12 of 13
(498 Views)

Thanks! Forgot that one!:D

 

Greetings

Kristoffer

0 Kudos
Message 13 of 13
(494 Views)