This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Empty

The state of an uninitialized Variant variable. Variants that are Empty return a VarType of 0.

Empty isn't the same as Null, which is a variable state indicating invalid data. Variables containing zero-length strings (" ") aren't Empty, nor are numeric variables having a value of 0.