Skip to main content
Version: 4.0.0

Insert Item in Array

Inserts one or more items in a specified position within the source array.

Input

NameData TypeDescription
EnterExecExecutes the node
Source ArrayNumber ArrayThe array that will be split
Insert IndexNumberThe position within the array where the item will be inserted. After insertion, all the index values of the succeeding items will be increased
Insert Item 0NumberThe item to be inserted within the array

Output

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