Converting Flattened Data to Variant Data

Complete the following steps to convert data you flattened with the Flatten To String function to variant data.

  1. Add the Flattened String To Variant function to the block diagram.

     Add  Find
  2. 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.
  3. Wire a flattened data string to the data string input of the Flattened String To Variant function.
  4. Wire the variant output of the Flattened String To Variant function to any VI or function that accepts variant data as an input.
  5. Run the VI.