LOTUSSCRIPT LANGUAGE
Tests the value of an expression to determine whether it is a list.
Syntax
IsList ( expr )
Elements
expr
The IsList function returns TRUE (-1) if expr is a list; otherwise IsList returns FALSE (0).
Example See Also