Inserts one or more items in a specified position within the source array.
Name | Data Type | Description |
---|
Enter | Exec | Executes the node |
Source Array | Number Array | The array that will be split |
Insert Index | Number | The 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 0 | Number | The item to be inserted within the array |
Output
Name | Data Type | Description |
---|
Next | Exec | Executes the next node |
New Array Ref | Number Array | A reference of the new source array with the inserted items |