Tag Link | [List->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 |
[List->Insert] inserts a value into the list. The tag requires a single parameter which is the value to be inserted. By default the value is inserted at the end of the list. An optional second parameter specified the position in the list at which to insert the element. All other elements in the list are shifted up one position after the inserted element.
[List->(Insert: 'Value')]
[List->(Insert: 'Value', Position)]
Required Parameters | |
---|---|
Value | The value to be inserted into the list. |
Optional Parameters | |
Position | The position at which the value should be inserted. |
See the Lasso 8 Language Guide for examples of how to use this tag.