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

« Previous Version 2 Current »

FUNCTION xpxDefineOutputFile (outputFileName : STRING;
                              outputToStdout : BOOLEAN) 
                              status         : INTEGER;

The xpxDefineOutputFile function specifies the current output file for the xpxPrintf and xpxOutputValue functions.  . 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.

Arguments


TypeNameComment
STRINGoutputFileNameThe name of a file that will be the current output file. If this argument is an empty string or has an indeterminate value, no current output file will be defined.
BOOLEANoutputToStdoutWhen 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

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels