Tag Link | [TreeMap->Insert] | 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->Insert] inserts a new element into the tree map. The tag requires a single name/value parameter which includes the key and the value for the inserted element. If an element with the same key already exists in the tree map then that value is replaced by the inserted value.
[TreeMap->(Insert: Key = Value)]
Required Parameters | |
---|---|
Key/Value | The name/value pair which is to be inserted into the tree map. |
See the Lasso 8 Language Guide for examples of how to use this tag.