CREATE

\label{sec:create} \madbox

CREATE, TABLE=tabname, COLUMN= var{, var} {, _name} ; creates a table with the specified variables as columns. This table is initially empty and can be subsequently filled, and eventually written to file in TFS format.

The special variable name attribute ”_name” adds the element name to the table at the specified column.

See the user table I example; or an example of joining 2 tables of different length in one table including the element name: user table II