Skip to main content

DELETE

Use the DELETE function to remove an item from an Array at a specified position.

Use

DELETE( array, position )
Delete the item in the array at the specified position.

ParameterRequiredDescription
arrayYesan array of any type
positionYesthe position in the array (starting from 1) of the item to delete

ReturnsArray matching the type of array1

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