I

L

.._

53

up tabs, the command advances the paper only one line. Enter this program to see how this works.

10 ' Demo of vertical tabs

40 LPRINT CHR$(ll);"FIRST TAB."

50LPRINT CHR$(ll);"SECOND TAB."

60LPRINT CHR$(ll);"THIRD TAB."

70 LPRINT CHR$(ll);"FOURTH TAB."

Now, let’s set some vertical tabs of our own. Add these lines to the program:

20LPRINT CHR$(27);"B";CHR$(lO);CHR$(l5);

30LPRINT CHR$(25);CHR$(30);CHR$(o);

(ES0 “B” is the command to set vertical tabs. Like the horizontal tab setting command, tab positions must be defined

Page 59
Image 59
Star Micronics NP-IO manual Lprint CHR$27BCHR$lOCHR$l5 Lprint CHR$25CHR$30CHR$o