Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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 Manager  version is generated. The present value of N is 27.

Arguments

...

TypeNameComment
INTEGERfileIdcomment
STRINGformat 
GENERICvalue(N) 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"