Append Lists (vuo.list.append)

Combines the items from the input lists into a single output list.

The output list contains the items from List 1 followed by the items from List 2.

Keywords: append, combine, concatenate, insert, join, merge, prepend, push, together


Example composition:


Back to vuo.list node set documentation.