ArrayIndexExists
Returns whether there exists an item in the array at the selected index.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The array to be searched. | |
|
|
| The index to check. |
Examples
Related
Last updated