Table of Contents

  • Introduction
  • Information Tags
  • String Tags
  • Variable Tags
  • URL Tags
  • If Tags
  • Graphics Tags
  • Database Tags
  • Programming Tags
    · Introduction
    · catch
    · cgi
    · throw
    · crypt
    · debug
    · default
    · for
    · gauge
    · nooutput
    · noparse
    · pike
    · random
    · realfile
    · scope
    · sed
    · strlen
    · trace
    · vfs
    · wizard
  • Supports System
  • SSI
  • htaccess
  • Image Maps
  • Appendix
  •  <strlen> ... </strlen> 
    <strlen> is defined in the Main RXML parser module.

    Returns the length of the contents.

    Attributes
     

    Attributes

    Example
    source code
    
    <cset variable=num preparse>
    <strlen>Roxen</strlen>
    </cset>
    
    Roxen is a <formoutput><number num=#num#></formoutput> letter word.
    

    result Roxen is a five letter word.