tcleval
Executes a Tcl statement or an array of statements.
Syntax
tcleval(varname)
Argument
- varname
- A string (or string array).
Example
Templex Expression | Results |
---|---|
{ result = tcleval("expr 5+2")
|
7 |
Comments
This command can be used to query information through the Tcl command layer and format it through Templex into a report.