Skip to main content
Version: 4.0.0

Remove Item From Array

Removes one or more consecutive items from the source array.

Input

NameData TypeDescription
EnterExecExecutes the node
Source ArrayNumber ArrayThe array to remove an item from
FromNumberThe index of the first item to be removed. To remove just one item, make From and To values the same
ToNumberThe index of the last item to be removed

Output

NameData TypeDescription
NextExecExecutes the next node
New Array RefNumber ArrayA reference of the new source array without the removed items