11-21-2013 03:52 AM
Hi Experts,
I have a table control. I created a local variable for the table control and I input data A to column 1 of the table. No problem. Easy.
Now question is, I have data B which I want to input to column 2 of the same table control. How do I do that ?
Merci amigo
Solved! Go to Solution.
11-21-2013 04:25 AM
You can add and replace.
Check the vi I included.
Koen
11-21-2013 09:51 PM
Hmm I still cannot get it to work.
I have two arrays. First array I want to put into Column 1 of table. Second array I want to put into Column 2 of table.
Please see attach photo.
11-21-2013 10:20 PM - edited 11-21-2013 10:22 PM
Build Array, but do it with 1-D arrays.
11-21-2013 10:36 PM
Ravens,
You made it seem so simple ! Thanks and it works now. I do not why did I miss that completely.
1D array input into Build Array to get 2D array of 2 columns.