[[INITIALIZE:var1|value]]
Loads var1 with whatever the value which may be either text or numeric..
Example:
[[INITIALIZE:first_name|Joe]] [[INITIALIZE:last_name|Lee]] Hello, [[PRINT:first_name]] [[PRINT:last_name]].[[cr]]
Will output:
Hello, Joe Lee.
may also be used to load var1 from value inside the php variable $var2.
[[INITIALIZE:var1|$var2]]
See also: EQUALS, PRINT, cr