SUIT Framework

Scripting Using Integrated Templates

Docs - execute (Templating Rule)

07/31/2010: SUIT 2.0.1 and Rulebox 1.1.0 released.

Available Since: Rulebox (1.0.0)

Execute the string using the same rules used in this template.

Syntax [execute ( log="bool" )]string[/execute]
Parameters
string

The string to be executed.

log

Whether or not the execute call should be logged. (Default: true)

Static Variables
decode

The variables to be JSON decoded. (Default: ["log"])

Output

The executed string.

Config Notes
See Also