Previous Topic

Next Topic

Book Contents

_Count(Integer, Array)

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

Syntax

_Count(valueToCount,valueList)

Parameters

Parameters for _Count(Integer, Array)

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.

Send Feedback