Example

10

REM

left and right margin

 

 

 

 

20

LPRINT

"

1

2

3

4

5"

30LPRINT "12345678901234567890123456789012345678901234567890123"

40LPRINT CHR$(27);"l";CHR$(10);CHR$(27);"Q";CHR$(53);

50LPRINT "Now the left margin is set to column 10 and";

60LPRINT "the right margin is set to column 53."

70LPRINT CHR$(27);"l";CHR$(5);CHR$(27);"Q";CHR$(41);

80LPRINT "Now the left margin has been reduced";

90LPRINT "to column 5 and the right margin has";

100LPRINT "been set to column 41."

110END

Paper and Text Formatting 13

Page 96
Image 96
Tally Genicom Matrix Printer manual Rem