Skip to main content

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.

ParameterRequiredDescription
arrayYesany array of items
itemYesthe item to insert
indexYesthe position in the array to insert the item (starting at 1)

ReturnsArray 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.

ON THIS PAGE