Skip to main content
Version: 2.13

Get Size Of List

Gets the number of elements in a list.

Description​

Returns the size of the provided list. That is the number of elements in that list.

Inputs​

  • List (List): The list.

Outputs​

  • Size (Number): The size of the list.