somPrintf - Syntax

This function prints a formatted string in the manner of the C printf function.

string    fmt;
long      rc;

rc = somPrintf(fmt,· · ·);


 · · ·
  The values to be substituted
  into the format string.


[Back: somPrintf]
[Next: somPrintf Parameter - fmt]