Tag Link | [TreeMap->Remove] | 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 |
[TreeMap->Remove] removes a single element from the tree map. The tag requires a key value as the parameter. The matching key value from the tree map is removed. The tree map is modified in place and no result is returned.
[TreeMap->(Remove: Key)]
Required Parameters | |
---|---|
Key | The value for the specified key will be removed from the tree map. |
See the Lasso 8 Language Guide for examples of how to use this tag.