count values in list(name of list a)
Group |
Returns the number of elements in named list a.
Description of 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 |