Variables
The code to insert a variable is {VARIABLE}. It takes a single parameter, which is the name of the variable to insert.
Example:
Batch:
{VARIABLE;BATCH_NO}
Assuming the variable BATCH_NO has the value B007, then it will be printed like this:
Batch: B007