Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
    <catch>
    <throw>
    <cgi>
    <crypt>
    <debug>
    <default>
    <for>
    <gauge>
    <nooutput>
    <noparse>
    <pike>
    <random>
    <realfile>
    <scope>
    <sed>
    <strlen>
    <trace>
    <vfs>
    <wizard>
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<random> Main RXML parser

 

Randomly chooses a message from its contents.

 

Attributes

separator=string
The separator used to separate the messages, by default newline.

 

Example


<cset preparse variable=num><random
>1
2
3
4
5</random></cset>

Your random number is <formoutput><number num=#num#></formoutput>.

Your random number is five.