Description
The index of a value within an array or -1 if no such value can be found.
Snippet
Index Of Array Value(All Players(All Teams), 0);
Properties
Returns: Integer
Parameters: Array, Value
Array
Type: Array (Object), Default: All Players
The array in which to search for the specified value.Value
Type: Object, Default: Number
The value for which to search.