Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 346 Bytes

list-count.md

File metadata and controls

29 lines (19 loc) · 346 Bytes
description title
Learn more about: List.Count
List.Count

List.Count

Syntax

List.Count(list as list) as number

About

Returns the number of items in the list list.

Example 1

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

Usage

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

Output

3