Contents - Index


OpenLookup (Macro Command)

 

 

OpenLookup  C:\EES32\myTable.lkt   

Open the specified Lookup file.  If ? is provided in place of a file name, a Select File dialog will appear in which the file name can be chosen.  The table having this file name will then be opened.  The filename can be followed with a /FORMAT 'format.fmt' specification that directs the Lookup file to be read using a format specification file having a .fmt filename extension.  A string variable can be provided after the ?.  If provided, the string variable is set to be the name of the Lookup table that has been created.  This name is valid for the remainder of the macro file execution. Example:  OpenLookup ? T$

 

MacroCommands