Skip to main content

List.Count

Returns the number of items in the list.

Syntax

List.Count(
list as list
) as number

Remarks

Returns the number of items in the list list.

Examples

Example #1

Find the number of values in the list {1, 2, 3}.

List.Count({1, 2, 3})

Result:

3

Category

List.Information