Chapter 6: Commands 7197 Owner’s Guide
February 2002
114
• MSComm1.Output = Chr$(&H1D) & Chr$(&H62) & Chr$(n)
Select Superscript or Subscript Modes
ASCII:
US ENQ n
Hexadecimal:
1F 05 n
Decimal:
31 05 n
Value of n:
0 = Normal character size
1 = Select subscript size
2 = Select superscript size
Default:
0 (normal size)
Turns superscript or subscript modes on or off. This attribute may be combined with other
characters size settings commands ( 12, 13, 1B 21 n, 1D 21 n, …)
This command is only available on the receipt station in 7194 Native Mode and 7197
Native Mode.
Example:
• MSComm1.Output = Chr$(&H1F) & Chr$(&H05) & Chr$(n)
Exceptions:
This command is ignored if n is out of the specified range.
This is only available in 7194 Native Mode and 7197 Native Mode.