{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
isArray
Checks whether the specified array variable contains an array.
Usage:
isArray( array )
Parameters:
array | Array variable, whose type will be checked. |
---|
Returns:
True if the specified variable is an array, false otherwise.
Examples:
isArray([1,2,3,4,5,6,7,8]) // Returns true