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 from the list.
Description of Parameters
Parameter |
Description |
a |
(optional) Name of the list to be cleared. Default: default. |
Examples
Assume two lists default with 10 elements and mylist with 15 elements.
Parameter a |
Result |
myotherlist |
0 |
|
10 |
|
0 |
mylist |
15 |
mylist |
0 |
See Also
get value from list(position a, name of list b, delimiter c, item d)
split text( 'a' text, 'b' max length, 'c' name of result list, ['d' split char; default: blank] )