====== Create Table ====== ===== Description ===== This functor creates a new table using a model table as a format. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Table | [[Table Type|Table]] | Input table containing the model used to create the new table. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Table Type|Table]] | The resulting empty table. | ===== Group ===== [[Functor List#Table|Table]] ===== Notes ===== The new table is created removing all elements from the input table. ===== Internal Name ===== CreateTable