Example 10 REM Score Selection

20LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(1);CHR$(2);

30LPRINT "1. Underline - Double continous line"

40LPRINT CHR$(27);"(-";CHR$(3);CHR$(0); CHR$(1);CHR$(2);CHR$(2);

50LPRINT "2. Strike through and Underline - Double continous line"

60REM cancel strike through - double continous line

70LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(2);CHR$(0);

80LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(2);CHR$(1);

90LPRINT "3. Strike through - Single continous line and"

100LPRINT " Underline - Double continous line"

110REM cancel underline - double continous line

120LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(1);CHR$(0);

130LPRINT CHR$(27);"(-";CHR$(3);CHR$(0);CHR$(1);CHR$(3);CHR$(1);

140LPRINT "4. Overscore and strike through - Single continous line"

150END

Character Styling 41

Page 124
Image 124
Tally Genicom Matrix Printer manual Character Styling