Contents - Index


NewLookup (Macro Command)

 

NewLookup 'Lookup 1' Rows=24  Cols=2

This command creates a new Lookup table having name 'Lookup 1' with 24 rows and 2 columns.  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 and columns, e.g, NewLookup T$ Rows=N Cols=N

 

MacroCommands