docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1Web Developer ManualIf Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<if sizeof></if>

Provided by module: Tags: RXML tags

Compares the size of a variable with a number. This is an Eval plugin.

<set variable="var.x" value="hello"/> <set variable="var.y" value=""/> <if sizeof="var.x == 5">Five</if> <if sizeof="var.y > 0">Nonempty</if>
Five