Remove Item From Array
Removes one or more consecutive items from the source array.
Input
Name | Data Type | Description |
---|---|---|
Enter | Exec | Executes the node |
Source Array | Number Array | The array to remove an item from |
From | Number | The index of the first item to be removed. To remove just one item, make From and To values the same |
To | Number | The index of the last item to be removed |
Output
Name | Data Type | Description |
---|---|---|
Next | Exec | Executes the next node |
New Array Ref | Number Array | A reference of the new source array without the removed items |