...
Code Block | ||||
---|---|---|---|---|
| ||||
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. The argument outputFileName specifies the
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
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|