This listing prevents two linefeeds being sent to the printer. I find this rather handy, for as my printer is prone to throwing in an extra linefeed after every line. Be careful when entering the prograin as two data items will need to be altered, depending which Amstrad model you own. 10 ' Last two numbers in line 30 are set for 6128 users. For 664 users the numbers are &0B, &88. 464 owners need &F2, &87. 20 ' 30 DATA FE,0A,37,C8,CF,1B,88 40 DATA C3,60,01 50 FOR a=&160 TO &166:READ a$: POKE a,VAL("&"+a$):NEXT 60 FOR b=&BD2B TO &BD2D:READ b$:POKE b,VAL("&"+b$):NEXTAA | ★ AMSTRAD CPC ★ A voir aussi sur CPCrulez , les sujets suivants pourront vous intéresser... |
|
|