List length
Calculates the number of items in a list.
Inputs
-
list
- The list of values to calculate the length of.
Outputs
-
length
- The length of the input list.
-
length minus one
- The length of the input list minus
1
.
- The length of the input list minus
Note(s)
- Other names for this node include: ListLength, Count, and Size.