11-08-2011 11:46 PM
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.
11-09-2011 12:41 AM
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...