docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.1Web Developer ManualVariable Tags
Copyright © 2013, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<append>
<copy-scope>
<dec>
<define>
<elements>
<inc>
<insert>
<insert cached-href>
<insert file>
<insert href>
<insert realfile>
<insert scopes>
<insert variable>
<insert variables>
<roxen-automatic-charset-variable>
<range>
<scope>
<set>
<sprintf>
<sscanf>
<undefine>
<unset>
<use>
<value>
<vform>

<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