docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualVariable Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<append>
<dec>
<define>
<inc>
<insert>
<insert file>
<insert href>
<insert realfile>
<insert scopes>
<insert variable>
<insert variables>
<scope>
<set>
<sprintf>
<sscanf>
<undefine>
<unset>
<use>
<vform>

<sprintf></sprintf>

Provided by module: 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 splitted with the given string.



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