IsArray
Method Signature
IsArray(value=[any], number=[numeric])Arguments
Argument
Type
Required
Description
Default
Examples
simple isArray example
colorArray = [
"yellow",
"green",
"red"
];
writeOutput( isArray( colorArray ) );
simple isArray example
isArray example with number
isArray example with number
Additional Examples
Related
Last updated
Was this helpful?
