Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Code Block
languagecpp
themeConfluence
FUNCTION 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   . 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.

Any redefinition of UOF (User Output File) while XPX ( EDMvm) is running will result in the file being rewritten.  

As for xpxTrace the user output file is inherited into a new XPX program. If UOF is redefined n the child program, the original UOF will be restored when returning to calling program.  NOTE: it would me nice to have more options than a single boolean for redefining?

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

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...


Example

...

Code Block
languagecpp
<Missing Example>


See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"