...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxPrintf (format : STRING;
value1, value2, value3, value4 : GENERIC;
value5, value6, value7, value8 : GENERIC;
value9, value10 value11,value12 : GENERIC;
value13,value14,value15,value16 : GENERIC;
value17,value18,value19,value20 : GENERIC;
value21,value22,value23,value24 : GENERIC;
value25 : 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 25 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.
Arguments
...
Type | Name | Comment |
STRING | format | Formatted string |
GENERIC | value1... value25 | (OPTIONAL) valued to be added to the <format> string |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|