Tally Genicom Matrix Printer User Manual

Page 124

Advertising
background image

Example

10 REM Score Selection
20 LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(1);CHR$(2);
30 LPRINT "1. Underline - Double continous line"
40 LPRINT CHR$(27);"(-";CHR$(3);CHR$(0); CHR$(1);CHR$(2);CHR$(2);
50 LPRINT "2. Strike through and Underline - Double continous line"
60 REM cancel strike through - double continous line
70 LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(2);CHR$(0);
80 LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(2);CHR$(1);
90 LPRINT "3. Strike through - Single continous line and"
100 LPRINT " Underline - Double continous line"
110 REM cancel underline - double continous line
120 LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(1);CHR$(0);
130 LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(3);CHR$(1);
140 LPRINT "4. Overscore and strike through - Single continous line"
150 END

Character Styling

41

Advertising