LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multicolumn

Solved!
Go to solution

I mean that when you use the Insert Into Array, on a 2D array of string, and you insert on a single column, you need to provide the 1D array of string to insert on that column.  This is exactly what you are doing with the 3rd column.  You are using the insert into array, with a column index of 2, so you must provide a 1D array of string to insert.  And so you need to provide a 1D array of Pass/Fail strings to insert, where each element in the 1D array corresponds to a row in your table.

0 Kudos
Message 11 of 14
(1,315 Views)

Please can I kindly request a diagram?

0 Kudos
Message 12 of 14
(1,309 Views)
Solution
Accepted by topic author FemiF

All I added was an insert with a 1D array of strings for the status column.  How you generate this 1D array of string is up to you.

Message 13 of 14
(1,299 Views)

Many thanks for taking out time to help.

 

Really appreciated.

Cheers

0 Kudos
Message 14 of 14
(1,275 Views)