IsList function (LotusScript® Language)

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

Syntax

IsList ( expr )

Elements

expr

Any expression.

Return value

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

Example