<wt:set/>

Description

sets a global variable. The variable named 'name' can be retrieved with [wt:wt.vars.name] or $GLOBALS["WTVARSname"]

Attributes

name The name of the variable
value The value of the variable

Examples

<wt:set name="name" value="John Smith"/>

[wt:wt.vars.name] will output John Smith