Variant Data Type

Variant is a special data type that can contain any kind of data except fixed-length string data. Variant data can also be the special values Empty, Error, and NULL. This data type is used in extrinsic clients to Visual FoxPro applications because Visual FoxPro is not a strongly typed language.

For specifications about the Variant data type, see Visual FoxPro Data and Field Types.

See Also

Data and Field Types | EMPTY( ) | ERROR | NULL as a Value