Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxStringPrintf (VAR str , 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 xpxStringPrintf function is similar to the sprintf function in the C language, it will write a formatted string to the argument aString. The xpxStringPrintf 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 27.

Arguments

...

TypeNameComment
STRINGstrcomment
STRING
format
 
GENERIC
value(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"