Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»Array Actions»Array Delete At
Index
Navigation
Community Wiki

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.

 

Example

Delete the third name from a String Array called Names:

Note: Index starts at 0 so the third name has an index of 2.

Result:

Diagram:

Tags:

Last modified on 1/4/2016 11:06 PM by User.

  • RSS Feed