Contents - Index


DeleteLookupRows (Macro Command)

 

DeleteLookupRows 'TableName'   StartRow   NRows

 

Deletes one or more rows in the existing Lookup table that has name (showing on the tab in the window) TableName.  TableName may be a string variable containing the name of the table.  StartRow is the first row in the table to be deleted. It may be a number or an EES variable that is set to the value of the first row.   NRows is the number of rows to be deleted.  If NRows is not provided, it is assumed to be 1.  If all of the rows in the table are deleted, the entire table is deleted.

 

See also:  InsertLookupRows

 

MacroCommands