Tag Link | [List->RemoveAll] | Category | Array |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[List->RemoveAll] removes all matching elements from the list. With no parameter the list is emptied. Otherwise, the parameter is compared to each element of the list in term and matching elements are removed. The parameter can be any data type in Lasso including a matcher. The list is modified in
[List->(RemoveAll: Value)]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the list will be compared to this value or matcher and the matching elements will be removed. |
See the Lasso 8 Language Guide for examples of how to use this tag.