5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual

48
Chapter 2 Command Codes
(cc)IREPE The horizontal duplication end command. Enter the
SFCC for your Code V configuration immediately
followed by IREPE to end the horizontal duplication
command.
Comments Multiple IREPH/IREPE duplication loops can be used in a form
and can also be nested. Vertical duplication loops (IREPV/
IREPE) can also be used in conjunction with IREPH. Each
IREPH must have a corresponding IREPE.
Example The following command will repeat “IGP” 3 times horizontally
using the IREPH, command, separating each set of “IGP” with 5
tenths plus 2 dots of horizontal spacing.
^PY^-^F^-
^IREPH,3,52^G^M02,02,000IGP^-^IREPE
^O^-^PN^-
Duplication, Vertical
Purpose Prints multiple copies of data vertically down the page.
Mode Graphics with a Standard Graphics Command selected
Format (cc) R
n
(cc)-
data
(cc)Z(cc)-
(cc) Represents the Special Function Control Code
(SFCC). Enter the specific SFCC for your Code V
configuration.
R Specifies the Vertical Duplication command. Enter
R to activate vertical repetition.
n
Specifies the number of times to repeat the data;
that is, specifies the number of copies to print.
Enter a four digit number ranging from 0000
through 9999 to specify the number of copies.
(cc)- Mandatory Graphics Mode CR terminator. Enter
the SFCC for your Code V configuration
immediately followed by - to end the initial Vertical
Duplication command sequence.
data
Represents the data to be repeated. Enter any valid
Code V Graphics Mode command. Specific
command sequences are input as part of the
vertical duplication data. These commands are
then repeated as specified in the Vertical
Duplication command.