06-01-2015 09:48 AM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-01-2015 09:57 AM
Please can I kindly request a diagram?
06-01-2015 10:36 AM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-02-2015 01:55 AM
Many thanks for taking out time to help.
Really appreciated.
Cheers