SYNTAX:
xpxStringPrintf(VAR aString, format : STRING; value1 , value2 , ... valueN : 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.
General
Content
Integrations