docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1Web Developer ManualVariable Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<sprintf></sprintf>

Provided by module: Tags: Additional RXML tags

Prints out variables with the formating functions availble in the Pike function sprintf. Refer to the Pike reference manual for a complete description.


Attributes

format="string"

The formatting string.


split="charater"

If used, the tag content will be split with the given string.

<sprintf format='#%02x%02x%02x' split=','>250,0,33</sprintf>
#fa0021