xpxFilePrintf
FUNCTION 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.
Arguments
Type | Name | Comment |
INTEGER | fileId | comment |
STRING | format | Â |
GENERIC | value(N) | Â |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â