Differences

This shows you the differences between two versions of the page.

Link to this comparison view

create_empty_table [2026/08/28 03:00] (current)
hermann Create new page from functor_docs documentation
Line 1: Line 1:
 +====== 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