Contents - Index


Export and ExportText (Macro Commands)

 

Export /A 'FileName'  X,Y,Z

Export opens the specified file and writes the values of the specified EES variables to that file.  Filename can be Clipboard.  This command has the same format and options as the $EXPORT directive.  For example, the optional /A appends the specified data to the existing file.

 

ExportText /A 'FileName'  S$[1..4]

ExportText opens the specified file and writes the values of the specified EES variables to that file with each string on a separate line.  Filename can be 'Clipboard'.  This command has the same format and options as the $ExportText directive.  Array range notation can be used to specify the string variables.   The optional /A appends the specified data to the end of an existing file.

 

MacroCommands