LOTUSSCRIPT-SPRACHE


IsArray function
Beispiel

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

Syntax

IsArray ( expr )

Elements

expr


Return value

IsArray returns TRUE (-1) if expr is an array; otherwise IsArray returns FALSE (0).

Beispiel
Siehe auch