Description
A copy of an array with one or more values removed (if found).
Snippet
Remove From Array(All Players(All Teams), 0);
Properties
Returns: Array
Parameters: Array, Value
Array
Type: Array, Default: All Players
The array from which to remove values.Value
Type: Object | Array, Default: Number
The value to remove from the array (if found). If this value is itself an array, each matching element is removed.