Tag Link | [Iterator->InsertAtCurrent] | 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 |
[Iterator->InsertAtCurrent] inserts an element at the position of the current element. The other elements in the target data type are usually shifted by one position to accomadate the new element. Requires one parameter which is the value to be inserted.
[Iterator->(InsertAtCurrent: Value)]
Required Parameters | |
---|---|
Value | The value to be inserted into the target type. |
See the Lasso 8 Language Guide for examples of how to use this tag.