25.107. ISUNDEF

[<<<] [>>>]

This function can be used to determine whether an expression is defined or undefined (aka undef). If the argument is a defined value then the function returns false, otherwise the function returns true.

This function is the counter function of ISDEFINED.

See also ISARRAY, ISSTRING, ISINTEGER, ISREAL, ISNUMERIC, ISDEFINED, ISEMPTY, TYPE.


[<<<] [>>>]