isNull
Description
Used to check if the given object or expression evaluates to null.
Categories
Syntax
IsNull(obj)
Attributes
| Attribute | Description | Required | Default |
|---|---|---|---|
| obj | Object for which you perform the null check. |
Returns
True,
if the given object is null or if the given expression evaluates
to null; False, otherwise.