Contents - Index


LookupColinfo (Macro Command)

 

LookupColinfo  'LookupTableName'  Column#  'ColumnName\Units'  ColumnFormat

LookupColinfo sets the name and units of an existing column in an existing Lookup table.  The name of the table (which appears on the window tab) is 'TableName'.  'TableName' can be a string constant or EES string variable.  Column# is an integer between 1 and the number of the columns in the table.  Column# can be provided in a variable defined in the macro.   The column name will be set to "ColumnName' and its units will be set to Units.  'ColumnName\Units' may be a string variable.  Note that a \ separates the column name and the units.  If a \ is not provided, the units will be left blank.  ColumnFormat is optional.  ColumnFormat is a 2 digit field.  The first digit can be A (auto), F (fixed decimal), E (float decimal), T (time format), D, d (date or datetimeformats)  or S (string).  The second digit is a number between 0 and 9, except for time format, where it must be between 0 and 2. 

 

MacroCommands