Download Print this page

Star Micronics 10X User Manual page 136

Advertisement

~
r •
Gemini User's Manual
• •
PURPOSE:
Print in subscript mode.
I
FORMAT:
ESC "S" 1
CHR$(27) CHR$(83) CHR$(1)
REMARKS:
When the ESC "S" 1 command is received,
subsequent characters are printed in the
subscript style. See the remarks for superscript
mode for additional information.
EXAMPLE:
FOR I
=
48 TO 122
LPRI NT CH R$(I);CH R$(27);"S";CH R$(O);
CH R$(I);CH R$(27);
"T";CH R$(27);"S";CH R$(1);CH R$(I);
CHR$(27);"T"
NEXT I
... prints the upper and lowercase characters
in normal superscript and subscript style.
PURPOSE:
Print in unidirectional printing mode.
I
FORMAT:
ESC "U" 1
CHR$(27) CHR$(85) CHR$(1)
REMARKS:
When the ESC "U" 1 code is sent to the
printer, all subsequent lines are printed in
unidirectional printing mode. This mode is
invoked by the super/subscript mode and by
the graphics mode. Unidirectional printing
is useful in printing tables and charts and
ensures that columnar numbers and other
characters are in alignment. The ESC "U" 0
code is sent to the printer to cancel
I
unidirectional printing and return to the faster
(standard) bidirectional printing mode.
EXAMPLE:
LPRINT "Bidirectional printing"
I
FOR I
=
1 TO 10: LPRINT TAB(25);"$1.29 I":
NEXT I
I
LPRINT "Unidirectional printing";
CH R$(27);"U";CH R$(1)
FOR I
=
1 TO 10:
LPRINT TAB(25);"$1.29 I": N EXT I
LPRI NT CH R$(27);"U";CH R$(O);
128

Advertisement

loading

This manual is also suitable for:

15xGemini-10xGemini-15x