Jump to content

Variant data type

From LabVIEW Wiki
Revision as of 23:25, 14 March 2008 by Jim Kring (talk | contribs) (New page: A variant is a data type that any other LabVIEW data type will coerce to and that can therefore contain any other LabVIEW data type inside it. In order to do useful things with varian...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A variant is a data type that any other LabVIEW data type will coerce to and that can therefore contain any other LabVIEW data type inside it. In order to do useful things with variants, you will need to inspect the type descriptor to determine the actual data type flowing through the variant at run-time. When working with variants, it is recommended to use tools such as the OpenG LabVIEW Data (Variant) Tools Library.

External links