Lucee Function Reference
Function ISNULL
Determines whether given object is null or not
Example
isnull(any object):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
object | any | Yes | Object for which you perform the null check. |