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