LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

non-string TABLE?

Is there any way to change the data type of a table to an integer, or double - or can tables only be string arrays?
0 Kudos
Message 1 of 2
(2,578 Views)
> Is there any way to change the data type of a table to an integer, or
> double - or can tables only be string arrays?

Currently, tables can only contain strings. If you have an array of
numbers, look at the string formatting nodes to produce a datatype
that you can wire to/from the table.

Greg McKaskle
Message 2 of 2
(2,578 Views)