CBM CBM1000 Instruções de Operação Página 104

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 230
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 103
— 86 —
ESC a n
[Function] Aligning the characters
[Code] <1B>H<61>H<n>
[Range] 0
n 2
48
n 50
[Outline] All the printed data within one line are aligned in the specified
position.
• Depending on the value “n”, positional alignment is carried
out as shown in the table below:
n Position
0,48 Left end alignment
1,49 Centering
2,50 Right end alignment
[Caution] This command is valid only when it is inputted at the beginning
of a line.
This command does not affect the PAGE MODE.
[Default] n = 0
[Sample Program]
[Print Results]
Paper Feed
Direction
Left-justified Centered Right-justified
AAAAA
AAAAA
AAAAA
LPRINT CHR$(&H1B) + “a” + CHR$(0);
LPRINT “AAAAA” + CHR$(&HA);
LPRINT CHR$(&H1B) + “a” + CHR$(1);
LPRINT “AAAAA” + CHR$(&HA);
LPRINT CHR$(&H1B) + “a” + CHR$(2);
LPRINT “AAAAA” + CHR$(&HA);
END
<
Vista de página 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 229 230

Comentários a estes Manuais

Sem comentários