Name

Count —

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

See Also

method.array.Find

Note

Check the resulting array dimension to see how many times the element is repeated in the array