Collection extensions

count

collection · standard futureprog, computer function, computer program

Returns: Number

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.

← Back to Collection extensions