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:
 
xpxFilePrintf(fileId                        : INTEGER;
              format                        : STRING;              value1 , value2 , ... valueN  : GENERIC)
              status                        : INTEGER;
 
The xpxFilePrintf function is similar to the fprintf function in the C language, it will output a formatted string to the specified open file fileId. The xpxFilePrintf 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 generated. The present value of N is 27.

  • No labels