<iPRINTF> Tag
<iPRINTF | FMT="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. | |
Usage | This tag can display output in many different formats. It can also be used to perform numeric and string conversion. |
Resolution | Formatted string |