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.
Copyright © 2013 Oracle and/or its affiliates. All rights reserved. |
---|