_Count(Integer, Array)

Counts the number of occurrences of an integer value in an array.

Syntax

_Count(valueToCount,valueList)

Parameters

Parameter Definition Data type

valueToCount

Value to count

Integer

valueList

Array of values to search

Array of Integer values

Returns

The number of occurrences of a given integer value in an array.