Epson LX-90 User Manual - Apple IIc 8699 PIC for LX-90 - Page 88

Set Horizontal and Vertical Tabs, Format, Comments, Print Spaces or Line Feeds, ESC e

Page 88 highlights

ESC e Set Horizontal and Vertical Tabs Format: ASCII code: ESC Decimal : 27 Hexadecimal: 1B e (n1) (n2) 101 (n1) (n2) 85 (n1) (n2) Comments: Sets horizontal and vertical tab increments. Horizontal format when nl = 0. In BASIC: CHR$(27);"eO";CHR$(n) where n is the number of spaces and equals: 0 - 21 in pica, 0 - 25 in elite, 0 - 36 in compressed. Vertical format when nl = 1. In BASIC: CHR$(27);"el";CHR$(n) where n is the number of line feeds and equals: INT(255/x) for x/216-inch line spacing, INT(85/x) for x/72-inch line spacing. 7 for 12-dot line spacing. ESC f Print Spaces or Line Feeds Format: ASCII code: ESC Decimal : 27 Hexadecimal: 1B f (n1) (n2) 102 (n1) (n2) 66 (n1) (n2) Comments: Prints spaces or line feeds without carriage returns. Horizontal format when n1 = 0. In BASIC: CHR$(27);"fO";CHR$(n) where n is the number of spaces and equals 0 - 127. Vertical format when nl = 1. In BASIC: CHR$(27);"fl";CHR$(n) where n is the number of line feeds and equals 0 - 127. C-18

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116

ESC e
Set Horizontal and Vertical Tabs
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal:
1B
Comments:
e
(n1)
(n2)
101
(n1)
(n2)
85
(n1)
(n2)
Sets horizontal and vertical tab increments.
Horizontal format when nl = 0. In BASIC:
CHR$(27);“eO”;CHR$(n)
where n is the number of spaces and equals:
0 - 21 in pica, 0 - 25 in elite, 0 - 36 in compressed.
Vertical format when nl = 1. In BASIC:
CHR$(27);“el”;CHR$(n)
where n is the number of line feeds and equals:
INT(255/x) for x/216-inch line spacing,
INT(85/x) for x/72-inch line spacing.
7 for 12-dot line spacing.
ESC f
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal:
1B
Comments:
Print Spaces or Line Feeds
f
(n1)
(n2)
102
(n1)
(n2)
66
(n1)
(n2)
Prints spaces or line feeds without carriage returns.
Horizontal format when n1 = 0. In BASIC:
CHR$(27);“fO”;CHR$(n)
where n is the number of spaces and equals 0 - 127.
Vertical format when nl = 1. In BASIC:
CHR$(27);“fl”;CHR$(n)
where n is the number of line feeds and equals 0 - 127.
C-18