77
60 LPRINT ‘I* 5th Line, 7th Column”
70 LPRINT CHR$(27) ;“fl”;CHR$(3);
80 LPRINT CHR$(27);“fO”;CHR$(5);
90 LPRINT ‘I* 8th Line, 5th Column”
100 END
In this program, line 30 sends a
<ESC > “f” 1 command. Line 50 sends a
Table
Vertical tab commands
Function | Control code |
Advance paper to next tab position
Set vertical tabs at nl, n2, etc.
Set vetrical tabs every n lines
Cancel vertical tabs
CHR$(l 1)
<ESC > “B” CHR$(nl) CHR$(n2) ..... CHR$(O)
<ESC > “e” 1 CHR$(n)
<ESC > “f’ 1 CHR$(n)
<ESC > “R”
nVertical tab channels
Vertical tab channels are especially helpful in two situations. The first occurs when you are writing a program to accompany a preprinted form that can accommodate various types of responses. The second occurs when you create a multipage form or report with different vertical tabs on each page.