templex_off
Turns off Templex statement processing until a templex_on statement is encountered.
Syntax
templex_off
Input
N/A
Example
Templex is turned off!
{templex_off}
{i=12; x=12.34}
{i} {i,%5.2f}
{x} {x,%d}
Templex is turned off!
{i=12; x=12.34}
{i} {i,%5.2f}
{x} {x,%d}
The
statements appear in the output text as ordinary text.Comments
When Templex processing is turned off, all Templex statements are passed over as if they were ordinary text. It is less time consuming to use the templex_off and templex_on statements than to change large blocks of text into comments.
By default, Templex processing is turned on.