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:
 
xpxPrintf(format                       : STRING;          value1 , value2 , ... valueN : GENERIC)
          status                       : INTEGER;
 
The xpxPrintf function is similar to the printf function in the C language, it will output a formatted text to the EDMmodelConverter current output file. The xpxPrintf function can be called with zero to N number of arguments. The max. number of arguments N is defined when an EXPRESS Data Manager version is built. The present value of N is 26.
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