VBScript IsEmpty
Function
The IsEmpty function returns a Boolean value indicating whether a specified variable has been initialized. It returns True if the variable is uninitialized, otherwise it returns False.
Syntax
Parameter | Description |
---|---|
expression | Required. An expression (usually a variable name). |
Example
Example
The above example output: