Contents - Index


DeleteParametricColumn (Macro Command)

 

DeleteParametricColumn 'TableName'  VarName

 

Delete a specified column in an existing Parametric table that has name (showing on the tab in the window) TableName.  TableName must be a string constant (within single quotes) or a string variable containing the name of the table.  The column that is to be deleted is indicated by providing a string constant or string variable containing the name of the variable for that column.  Alternatively, an integer may be provided that indicates the column number displayed in the upper left corner of the column header.

 

If a column is deleted from a table that only has one column, the Parametric table will be deleted.

 

See also: InsertParametricColumn

 

MacroCommands