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.
Parameter | Required | Description |
---|---|---|
array | Yes | an array of any type |
position | Yes | the position in the array (starting from 1) of the item to delete |
Returns | Array 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.