Ga naar hoofdinhoud

List.Count

Retourneert het aantal items in de lijst.

Syntax

List.Count(
list as list
) as number

Remarks

Retourneert het aantal items in de lijst list.

Examples

Example #1

Het aantal waarden zoeken in de lijst {1, 2, 3}.

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

Result:

3

Category

List.Information