| |
| Program Command Reference |
| |
SetTVariable | |
Syntax: | SetTVariable {<listTableInputname>} |
Function: Specifies the variable reference location for table generation.
Description: Use TableInput to specify a range and generate a table.
SetΣdisp
Syntax: | SetΣdisp{OffOn} |
Function: | Turns display of subtotals for tables on or off. |
kFolder/Variable
Clear_a_z
Syntax: Clear_a_z[<folder name>]
Function: Deletes all single letter
Description
•If you don’t specify a folder name, the variables of the current folder are cleared.
•Deletes all variables, regardless of type (program, etc.), that have the specified variable name. See GetType for information about variable types (page
•Keep in mind that this command clears all data types, including programs, functions, etc.
CopyVar
Syntax: CopyVar<source variable name>, <copy destination variable name>
Function
•Copies the contents of a variable to another variable.
•If the copy destination variable has the same name as the source variable name, the destination variable is replaced with the source variable.
20050501