xpxDebugPrintf

FUNCTION xpxDebugPrintf (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;

Use this function to write performance values (and any other information) to the EDMapplicationServer's console during run-time.

Arguments


TypeNameComment
STRINGformat

Format of the string. The following patterns can be used to add values to the string

  • %d or %i : integer value
  • %f : real value
  • %s : string value

for more information please refer to the C printf function description.

GENERICvalue1 .. value25Values to be added to the String

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.

Â