Skip to main content
Version: 4.0.0

Append Arrays

Combines two or more arrays at once in a specific order and creates a new array.

Input

NameData TypeDescription
EnterExecExecutes the node
ANumber ArrayThe first array
BNumber ArrayThe array to be appended at the end of the first array

Output

NameData TypeDescription
NextExecExecutes the next node
New ArrayNumber ArrayThe new array made from the combined arrays