To Variant
- Updated2023-02-17
- 1 minute(s) read
To Variant
Converts any data to variant data.
Inputs/Outputs

anything
The data you want to convert. You can wire any data type to this input.
This input accepts arrays and clusters of Booleans, floating-point numbers, and strings. This input can also accept an array of clusters, or a cluster of arrays, of those data types. However, anything does not support refnums.

variant
The converted variant data.