Previous Topic

Next Topic

Book Contents

_Count

Counts the number of occurrences of a specified value in an array. This function takes different parameters depending on the data type of the value you are counting.

_Count functions

Data type of value to count

Function to use

String

_Count(string, array, boolean)

Date

_Count(date,array)

Integer

_Count(integer,array)

Float

_Count(float,array)

Send Feedback