Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified item is in the array.
Srch.U.isInArray(a, item)
Return value
true if the item is in the array; false otherwise.
Parameters
a
The array to test.item
The item to test.