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