VBScript IsNull
Function
The IsNull
function returns a Boolean value indicating whether the specified expression contains invalid data (Null). It returns True if the expression is Null, otherwise it returns False.
Syntax
Parameter | Description |
---|---|
expression | Required. An expression. |
Example
Example
The above example output: