Example

10

REM vertical tabs in tab channels

 

20

LPRINT CHR$(27);"C";CHR$(24); ’form length 24 lines

 

30

LPRINT CHR$(27);"b";CHR$(0);CHR$(2);CHR$(4);CHR$(6);CHR$(0)

 

40

REM Channels 0 tabs set at lines 2, 4, and 6

 

50

LPRINT CHR$(27);"b";CHR$(1);CHR$(9);CHR$(11);CHR$(14);CHR$(0);

 

60

REM Channel 1 tabs set at lines 9, 11, and 14

 

70

LPRINT CHR$(27);"/";CHR$(0);

 

80

REM Selects channel 0

 

90

LPRINT "Channel 0"

 

100

GOSUB 180

 

110

LPRINT CHR$(27);"/";CHR$(1);

 

120

REM Selects channel 1

 

130

LPRINT "Channel 1"

 

140

GOSUB 180

 

150

END

 

160

FOR I=1 TO 3

 

170

LPRINT CHR$(11);

 

180

LPRINT "VT Position #";I

 

190

NEXT

 

200

RETURN

58Print Positioning

Page 141
Image 141
Tally Genicom Matrix Printer manual Lprint CHR$11