Complete VBScript Reference
The IsEmpty function returns a Boolean value that indicates whether a specified variable has been initialized or not. It returns true if the variable is uninitialized; otherwise, it returns False.
| Parameter | Description |
|---|---|
| expression | Required. An expression (most often a variable name) |
The output of the code above will be:
Complete VBScript Reference
Your message has been sent to W3Schools.