LOTUSSCRIPT LANGUAGE


IsList function
Example

Tests the value of an expression to determine whether it is a list.

Syntax

IsList ( expr )

Elements

expr


Return value

The IsList function returns TRUE (-1) if expr is a list; otherwise IsList returns FALSE (0).

Example
See Also