isNull()

Returns TRUE if the current string has a length of zero (length()=0) and the string is tagged as null; otherwise FALSE. This is the case for null valued input variables read from the input stream.

Syntax

Boolean isNull()

Usage

For backward compatibility, null values do not have special behavior when used with the various operators. Specifically, an input variable of type string that is null behaves like the empty string.