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 Current »


 
SYNTAX:
 
xpxOutputValue(aText  : STRING;
               aValue : GENERIC)
               status : INTEGER;
 
The xpxOutputValue function output the text aText and the value aValue on the current output file. The current output file is defined by the function xpxDefineOutputFile. If no current output file is specified then the output will be on the current log file. If no current log file is defined then the output will be on the EDMmodelConverter standard output window.

  • No labels