====== Create Empty Table ====== ===== Description ===== Creates a new empty table using a model table as a format. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Format Table | [[Table Type]] | Input table containing the model used to create the new empty table. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Table Type]] | The resulting empty table. | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== The new table is created by removing all rows from Format Table, keeping only its column structure (names and types). This functor was previously known as "CreateTable"; that name is still accepted for backward compatibility with existing scripts. ===== Internal Name ===== CreateEmptyTable