Get a numerical value representing the count of items contained in a list.
Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to measure the length of |
Outputs
Name | Abbreviation | Type | Access | Description |
Length | L | Number | Item | The length of the list |
How to:
Feed in a list
The output is a count of list items, formatted as a number

