Collection extensions

count

collectionstandard futureprog, computer function, computer program

Syntax

@CollectionVariable.count(ItemVariableName, InnerFunction)
Returns
Number
Available in
standard futureprog, computer function, computer program
The COUNT function runs the supplied inner function (which itself returns a boolean value) over all elements of a collection, and counts the total number of elements that return true. If you just want to take the count of the number of elements in a collection, use the .Count property instead of this function.