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