Repeated
Printing
of
Graphics
Data
FSnGD
—
(1C)(n\(GD)
Hex
(28)(n)(GD)
Decimal
This
command
is used
to
specify
repeated
printing
of
a
single byte
of
graphics
data.
n
specifies
the
number
of times
the
graphics
data
is
to
be
printed
when
n
is
equal-
to
or
greater
than
O,
but
less-than
or
equal-to
255.
Using
the
same
graphics
data
you
created
in
the
Dot
Graphics
section,
the
example
below
will
illustrate
how
to
the
graphics
data
70
times.
10
REM
REPEATED
GRAPHICS
PRINTING
20
LPRINT
CHR$(28)
;CHR$(70)
;CHRS(/5)
43