LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Enter element in Table

Hello,

 

how can I insert 1D array of Strings in the first free row of a table programmatically? Alternatively, how can I insert a single element at a specific place in the table?

0 Kudos
Message 1 of 2
(845 Views)

Well a Table is really nothing more than a 2D String Array with a fancy front panel with a couple extra options...

 

So the any of the standard Array tools (like Insert into Array or Build  Array) should work.

 

If you want to label the Column Headers there is a Property Node for that.

THCapture.PNG

Just wire a String Array containing the headers you want to it.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(841 Views)