Skip to main content

AppendTable

AppendTable Function

Create a new table by uniting multiple tables.

Syntax

AppendTable (table Table1, Table2,...)

Arguments

ArgumentDescription
table Table1, Table2,...A table of the tables to be used as source material

Examples:

AppendTable([[FusionTestTable]], [[FusionTestTable2]])

Create the union of two or more tables.