ArrayIndexExists
Returns whether there exists an item in the array at the selected index.
Method Signature
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