Converting Flattened Data to Variant Data
- Updated2025-08-15
- 1 minute(s) read
Complete the following steps to convert data you flattened with the Flatten To String function to variant data.
- Add the Flattened String To Variant function to the block diagram.
- Wire the array of numeric integers that represents the data type of the flattened data to the type string input of the Flattened String To Variant function.
- Wire a flattened data string to the data string input of the Flattened String To Variant function.
- Wire the variant output of the Flattened String To Variant function to any VI or function that accepts variant data as an input.
- Run the VI.