User`s manual

User’s Manual
39
The order in which the printer processes the variables and the
counters is as follows:
- The present values of the counter/variable is taken as a
starting point
- Its formatting is performed depending on the way it is
defined with the command V or C;
- All modifiers are executed from left to right;
- The resulting string is added to the end of the string,
resulting from the processing of the previous elements.
Examples: “Date: “TD” Time:”TT
will generate something like this:
Date: 02.APR.2004 Time: 16.30
V0> < C1L3V0> < C1L3
will create a string from the variable V0, which is cleared off
leading and end intervals as well as the left 3 symbols from
the counter C1.
V0L1V0M3.2V0R1
will create a string, which will include the first, third, fourth
and last symbol of the variable V0.