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
Type | Name | Comment |
STRING | outputFileName | The 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. |
BOOLEAN | outputToStdout | 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 |
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.