TSTool / Command / FreeTable
Overview
The FreeTable
command frees a table.
The table will not be available for subsequent commands,
although a new table with the same name can be created and used with subsequent commands.
This command is useful, for example, when looping through blocks of commands where logic is repeated and the table contents are recreated.
Command Editor
The command is available in the following TSTool menu:
- Commands(Table) / Create, Copy, Free Table
The following dialog is used to edit the command and illustrates the command syntax.
FreeTable
Command Editor (see full-size image)
Command Syntax
The command syntax is as follows:
FreeTable(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
TableID required |
The identifier for the original table. Can be specified using ${Property} syntax. | None – must be specified. |
Examples
See the automated tests.
Troubleshooting
See the main TSTool Troubleshooting documentation.
See Also
NewTable
command