Last updated 2 months ago
Was this helpful?
Returns whether there exists an item in the array at the selected index.
ArrayIndexExists(array=[array], index=[any])
array
true
The array to be searched.
index
any
The index to check.