Tag Link | [Map->InsertFrom] | 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->InsertFrom] inserts values into the map from an iterator. Each element returned by the iterator is inserted into the map in order until the iterator is exhausted.
[Map->(InsertFrom: Map->Iterator)]
Required Parameters | |
---|---|
Iterator | The iterator whose elements will be inserted into the map. |
See the Lasso 8 Language Guide for examples of how to use this tag.