RUAL Documentation

splice

This block is part of the array group and was last modified in core v10.4.28.

splice v10.4.28

Removes an item from your given array.

Pin Pin Type Default
array
The array you want to remove an item from (optional).
array
start
The index at which to start removing items from the array.
number
deleteCount
The number of items to remove from the array (optional).
number
Pin Pin Type Example
Array
The array after removing items.
array
Removed items
The items that were removed from the array.
array

Core Releases

v10.4.28 This block was introduced in v10.4.28, click here to see the release notes.
Back to array Return to the main group to view all sub-groups Back to array Return to the group to view all blocks within this group