Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

count values in list()

Prev Next

Returns the number of elements in list a.

Parameters

Parameter

Description

a

(optional) Name of the list. Default: "default".

Examples

Defined is a list "myList" with three elements.

Parameter a

Result

myList

3

myOtherList

0