Skip to main content

list length

Get the length of a list

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

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:

  1. Feed in a list

  2. The output is a count of list items, formatted as a number

Did this answer your question?