![](/images/new-backgrounds/1168299/168299157x1.webp)
73
When you run the program now it produces this:
The words are now closer together, but still evenly spaced. To reset the default tabs, use the following program:
LPRIN'TCHR$(27);"eO";CHR$O
This command resets the horizontal tabs to every eight co- lumns.
Table
Horizontal
Function
Advance to next tab position
I Set tabs at nl, n2, etc.
Set tabs every n columns
Set tabs every 8 columns
L
tab commands
Control code
CHR$(9)
<ESC> “e” 0 CHR$(n)
<ESC> “R”
n
Suppose you need to move to a position across the page, but you only need to do it once. It doesn’t make much sense to set up a tab to use only one time. There is an easier way.
The solution is called a
Table
The first command in Table