Roxen Interactive RXML Help
<sprintf></sprintf>
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
- format=string
The formatting string.
- split
- 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

