clear list(name of list a)
Group |
Clears the named list with name a. If no name is specified default will be used.
The result of the function is the number of elements that have been deleted.
Description of Parameters
Parameter |
Description |
a |
(optional) Name of list. Default: default. |
Examples
Defined are two lists default with 10 elements and mylist with 15 elements.
Parameter a |
Result |
myotherlist |
0 |
10 |
|
0 |
|
mylist |
15 |
mylist |
0 |