ArrayIndexExists
Method Signature
ArrayIndexExists(array=[array], index=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Simple example
someArray = [
1,
2,
3,
4,
5
];
writeOutput( arrayIsDefined( someArray, 3 ) );
Simple example
Simple example with two dimensional array
Simple example with two dimensional array
Additional Examples
Related
Last updated
Was this helpful?
