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