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.

Syntax

IsNull(variable)

Parameters

variableThe variable being examined.