count values in list()
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 |