Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt
hiddentrue

isNull(test) Returns True if the passed value is _NULL.


Function: isNull()

Returns True if the passed value is _NULL.

...

ArgumentTypeDescription
testAnyThe value to be checked

Examples

isNull(_NULL)

Returns True


isNull("")

Returns False


isNull(3)

Returns False

See Also