Append Arrays
Combines two or more arrays at once in a specific order and creates a new array.
Input
Name | Data Type | Description |
---|---|---|
Enter | Exec | Executes the node |
A | Number Array | The first array |
B | Number Array | The array to be appended at the end of the first array |
Output
Name | Data Type | Description |
---|---|---|
Next | Exec | Executes the next node |
New Array | Number Array | The new array made from the combined arrays |