In This Topic
Syntax
COUNT(arg1)
Arguments
The 'arg1' parameter must be an array.
Result
The function result is a single value.
Description
The function returns the number of elements the input array.
Example:
Expression: COUNT( arg1 )
Result: 5
Related Examples
Windows Forms: All Examples\Data Manipulation\Functions\Statistical\Count, Standard Deviation, RMS