Combine number lists
Joins number lists.
Inputs
-
list 1
- The first list of values to combine.
-
list 2
- The second list of values to combine.
-
list 3
- The third list of values to combine.
-
list 4
- The fourth list of values to combine.
Outputs
-
list
- The combined list as defined by the list 1, list 2, list 3, and list 4 inputs.
Note(s)
-
Chain multiple combine number list nodes together to combine more than four number lists.
-
Other names for this node include: CombineLists, Append, Concatenate, Merge, and Join.