[ Main Menu ] [ Extension Tools Menu ] [ Lite Edition Menu ]

<iPRINTF> Tag


<iPRINTFFMT="format string"
VAR="value"
>

This tag resolves to the formatted string with only single variables allowed. Missing items are treated as NULLs. Refer to the appendix entitled: ANSI C printf & strftime Escape Characters for more details on compatible formats. This prints ONLY the characters specified; no extra printable characters.
UsageThis tag can display output in many different formats. It can also be used to perform numeric and string conversion.
ResolutionFormatted string


iPRINTF Example
Example Source Code
Top