INSERT
Use the INSERT function to insert a new item into an Array
at the specified position.
Use
INSERT( array, item, position )
Insert an item into an array at the position given.
Parameter | Required | Description |
---|---|---|
array | Yes | any array of items |
item | Yes | the item to insert |
index | Yes | the position in the array to insert the item (starting at 1) |
Returns | Array matching the type of array |
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.