$array.isArray

Determines whether an object is an array.
Syntax
    $array.isArray{object}
Documentation$array.isArray:
Determines whether the object given in parameter 1 is an array.
    Paramter:
      1 - any object.
    Returns:
      True (1) if the object is an array, false (0) otherwise.
    Throws:
Examples
$set{a}{hello} $set{b}{$array.new{}} $array.isArray{$get{a}}-$array.isArray{$get{b}}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1