Tag Link | [Set->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 |
[Set->RemoveAll] removes all matching elements from the set. With no parameter the set is emptied. Otherwise, the parameter is compared to each element of the set in term and matching elements are removed. The parameter can be any data type in Lasso including a matcher. The set is modified in
[Set->(RemoveAll: Value)]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the set will be compared to this value or matcher. Only those elements which match will be removed from the set. |
See the Lasso 8 Language Guide for examples of how to use this tag.