Skip to main content
Version: 4.0.0

Split Array

Separates an array into two new arrays.

Input

NameData TypeDescription
EnterExecExecutes the node
Source ArrayNumber ArrayThe array that will be split
Split IndexNumberThe position where the array will be split. This value will be the starting value of the second array

Output

NameData TypeDescription
NextExecExecutes the next node
New Array ANumber ArrayThe new array with the first half of the source array
New Array BNumber ArrayThe new array with the second half of the source array