Home »Action Reference»Array Actions»Array Delete At
Index

Array Delete At

Delete the item at an index. Index must be between 0 and the number of items -1. First item is index 0.

Array
The Array Variable to use.
Index
The index into the array.
Index Out Of Range Event
The event to trigger if the index is out of range.