...
Excerpt |
---|
|
isNull(test) Returns Boolean function returns True if the passed value is _NULL. |
isNull is a Boolean function that returns either true
or false
based on the value passed to it.
Function: isNull()
Returns True if the passed value is _NULL.
...