VarEmpty Variable |
Version 6 (134a)/7.0 |
An empty Variant type.
vtEmpty
Variant Public Const
Default/Initial value of a variant type variable.
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