Epson Printer Interface Cartridge for the Apple IIc Manual de usuario Pagina 72

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 116
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 71
In BASIC you can send the command to set the right margin to 60
in three ways:
Decimal :
PRINT CHR$(27);CHR$(81);CHR$(60)
Hex:
PRINT CHR$(&H1B);CHR$(&H51);CHR$(&H3C)
Decimal with quotes:
PRINT CHR$(27);"Q";CHR$(60)
ESCape sequences that require a 0 or
1
with a letter, such as ESC
“Wl” to turn on expanded, can use either the ASCII code or the
numeral in quotation marks for the 0 or
1.
For example, in BASIC
you can turn on expanded with either of the formats below:
PRINT CHR$(27);"Wl"
or
PRINT CHR$(27);"W";CHR$(1)
c-2
Vista de pagina 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 ... 115 116

Comentarios a estos manuales

Sin comentarios