Contents - Index


ClearLookupColumn (Macro Command)

 

ClearLookupColumn 'TableName'  'ColumnName' StartRow EndRow

Clear the values in the specified column of the Lookup table named 'TableName'.  'TableName' can be either a string constant or a string variable defined in the EES program or macro.  The column that is cleared can be identified by its name or by its column number.  The column name can be represented by a string constant or a string variable.  Alternatively, the column number can be an integer or an EES variable defined in the EES program or the macro.  StartRow and EndRow are optional.  If they are provided, they can be either integers or EES variables with their values set before the macro command is executed.

 

See also:  DeleteLookupColumn

 

MacroCommands