Contents - Index


NewTable (Macro Command)

 

NewTable 'Table 1'  Rows=10 X Y Z

Create a new Parametric table having name 'Table 1' with 10 rows and columns for variables X, Y and Z.   Note that the table name can be a string variable that has been previously assigned in the macro.  Also, previously assigned variables can be used in place of the numerical values for the number of rows, e.g, NewTable T$ Rows=N  X Y Z

 

MacroCommands