somLPrintf - Syntax

This function prints a formatted string in the manner of the C printf function, at the specified indentation level.

long      level;
string    fmt;
long      rc;

rc = somLPrintf(level, fmt,· · ·);


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


[Back: somLPrintf]
[Next: somLPrintf Parameter - level]