
IT Functionality 9-12
© 2005 HMS Industrial Networks.
AB7607 User manual
Formatted Display
printf
This SSI function includes a formatted string, which may contain data from the
Input (IN) Output (OUT) area, on a web page. The formatting of the string is
equal to the standard C function printf().
Syntax:
<?--#exec cmd_argument=’printf(
“String to write”, Arg1, Arg2,..., ArgN)’-->
Like the standard C function printf() the “String to write” for this SSI function
contains two types of objects: Ordinary characters, which are copied to the output
stream, and conversion specifications, each of which causes conversion and print-
ing of the next successive argument to printf. Each conversion specification
begins with the character “%” and ends with a conversion character.