/
SIZE
SIZE
Syntax
SIZE(<list>)
Description
Returns the the number of elements in a list.
Examples
Example lists | SIZE returns |
---|---|
[1, 2, 3] | 3 |
[234, 234, 530] | 3 |
[red, yellow, blue, green, orange, purple] | 6 |
[true, false, false, true , false, false, true , ] | 7 |
, multiple selections available,
Related content
SIZE
SIZE
More like this
SIZE
SIZE
More like this
LISTELEMENT
LISTELEMENT
More like this
LIST
LIST
More like this
LISTELEMENT
LISTELEMENT
More like this
LISTELEMENT
LISTELEMENT
More like this