LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different data types in table

Solved!
Go to solution

Hello there,
i have problem with creating a table, which contains different data types(particularly string, intiger , boolean)
I will be greatful, if someone give me some advise how to solve this problem

Thanks in advance:)

0 Kudos
Message 1 of 4
(2,375 Views)
Solution
Accepted by topic author mglowinski93

You have to convert all data to strings. A table is nothing more than a 2D string array and all elements in an array must be the same datatype.

0 Kudos
Message 2 of 4
(2,372 Views)

Can u explain how?

0 Kudos
Message 3 of 4
(2,365 Views)

There are numerous functions on the String and String>Number/String Conversion palettes. Some work on only scalars and some work on scalars or arrays. They are all simple to experiment with and if you keep your Context Help open at all times and use it, easy enough to understand.

0 Kudos
Message 4 of 4
(2,358 Views)