User Guide
181
String functions
• Chr
• Compare
• CompareNoCase
• Find
• FindNoCase
• LTr i m
• RTrim
• Tr im
• LCase
• UCase
• Len
• Left
• Right
• Mid
• RepeatString
Runtime functions
• ParameterExists
• SetVariable
• Evaluate
The syntax and behavior of all of these functions is identical to the equivalent
functions in ColdFusion, except for
ParameterExists, which takes a string argument
rather than a direct variable reference.
WIZ Tags
The behavior of wizard output templates is controlled by the use of WIZ tags in the
template. These tags are like ColdFusion tags except that they are prefixed with the
characters
WIZ instead of ColdFusion.
Supported tags
• WIZSET — Sets a wizard parameter.
• WIZINCLUDE — Includes another wizard output template.
• WIZLOOP — Iterates over a set of output.
• WIZBREAK/WIZCONTINUE — Assists in loop flow control.
• WIZIF/WIZELSEIF/WIZELSE — Sets conditional flow control.