IsEmpty (function)
Syntax | IsEmpty (expression) |
Description | Returns True if expression is a Variant variable that has never been initialized; returns False otherwise. |
Comments |
The
IsEmpty
function is the same as the following:
|
Example |
|
See Also | Variant (data type); IsDate (function); IsError (function); IsObject (function); VarType (function); IsNull (function). |