VarEmpty Variable

Version 6 (134a)/7.0

 

An empty Variant type.

Value

vtEmpty

Type

Variant Public Const

Comments

Default/Initial value of a variant type variable.

Example

The following example checks if the variant is initialized and if not, it is set to a string "ABC":

if vr=VarEmpty

vr="ABC"

endif

See Also

Variant, VarErrorArgMissing