Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
xpxDefineOutputFile (outputFileName : STRING;
                     outputToStdout : BOOLEAN)                     status         : INTEGER;
 
The xpxDefineOutputFile function specifies the current output file for the xpxPrintf and xpxOutputValue functions. The argument outputFileName specifies the name of a file that will be the current output file. If the outputFileName is an empty string or has an indeterminate value, no current output file will be defined. When the argument outputToStdout is set to TRUE the output of the functions xpxPrintf and xpxOutputValue will be written to the standard output window of the EDMmodelConverter. It is legal to direct the output to a file and to the EDMmodelConverter standard output window at the same time, resulting in consecutive user output to be written to both places.

  • No labels