LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Append Table to Report VI :Text data input is of vairant type

In one of application I am using Append Table to Report VI.

 

In this VI one of the input parameter is text data (here I supposed to give the information
I want to print in tabular form).

Problem: Table data is having multiple data types (string, Numeric,Boolean).
This data is grouped together using 2D Array of variant.
Problem is how to convert this 2D array of variant to 2D array of string.

 

LabView version is 2010.

Windows XP Platform.

0 Kudos
Message 1 of 2
(2,448 Views)

For each element of the array you will need to convert it back to its native LV datatype and then format it to a string.Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,446 Views)