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: (VarType(expression) = ebEmpty) |
Example |
Sub Main() |
See Also |
Variant (data type); IsDate (function); IsError (function); IsObject (function); VarType (function); IsNull (function). |
I |