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