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
यह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
List.Count(list as list) as number
Returns the number of items in the list list
.
Find the number of values in the list {1, 2, 3}.
Usage
List.Count({1, 2, 3})
Output
3