Synopsis
arrayCount(element);
obj element;
Description
Locates the element element in the array
Parameters
- element
The obj to search for
Returns
An array of int representig the positions of element in the array or an empty array if the element was not found
Note
Check the resulting array dimension to see how many times the element is repeated in the array