ArrayIsDefined
Returns whether there exists an item in the array at the selected index.
Method Signature
ArrayIsDefined(array=[array], index=[any])
Arguments
Argument
Type
Required
Description
Default
array
array
true
The array to be searched.
index
any
true
The index to check.
Examples
Related
Last updated
Was this helpful?