Variant To Flattened String

Converts variant data into a flattened string and an array of integers representing the data type.

Variant is the variant data you want converted to a string of flattened data.
type string is array of numeric integers that identifies the data type of the flattened string. Refer to the Type Descriptors section of the LabVIEW Data Storage Application Note for more information about type descriptors for the various data types.
data string is the resulting flattened data you converted from variant data. Refer to the Flattened Data section of the LabVIEW Data Storage Application Note for more information about flattening and unflattening data.