Tag Link | [Array->InsertFirst] | 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->InsertFirst] inserts the specified value into the start of the array. The new value is inserted into the first position in the array and all the other values in the array are shifted up one position. The array is modified in
[Array->(InsertFirst: 'Value')]
Required Parameters | |
---|---|
Value | The value to be inserted into the array. |
See the Lasso 8 Language Guide for examples of how to use this tag.