Contents - Index


Import and ImportText (Macro Commands)

 

Import 'FileName'  X,Y,Z

Import opens the specified file and reads the values of the specified EES variables from that file.  Filename can be Clipboard.  This command has the same format and options as the $IMPORT directive.

 

ImportText 'FileName'  S$[j..k]

ImportText opens the specified file and reads the text information in the specified EES string variables.  Filename can be Clipboard.  Note that array range notation can be used with a string array, provided that the indices (j and k) are integers or predefined macro variables. This command has the same capabilities and options as the $ImportText directive.

 

MacroCommands