Functions - IsNull |
|
|
Returns a Boolean indicating if the value of a variable is Null. Null indicates that a variable has no value - it is not the same as an empty string or zero. SyntaxIsNull(variable) ParametersvariableThe variable being examined. |