Split Array
Separates an array into two new arrays.
Input
| Name | Data Type | Description | 
|---|---|---|
| Enter | Exec | Executes the node | 
| Source Array | Number Array | The array that will be split | 
| Split Index | Number | The position where the array will be split. This value will be the starting value of the second array | 
Output
| Name | Data Type | Description | 
|---|---|---|
| Next | Exec | Executes the next node | 
| New Array A | Number Array | The new array with the first half of the source array | 
| New Array B | Number Array | The new array with the second half of the source array |