mirror of
https://github.com/option8/A2QR.git
synced 2024-10-31 20:06:29 +00:00
fixed typos
This commit is contained in:
parent
39d06d8f47
commit
e724c60e55
@ -1,4 +1,4 @@
|
||||
10 HOME : PRINT "One moment..." : PRINT CHR$ (4)"BLOAD QRCO DE,A$2000"
|
||||
10 HOME : PRINT "One moment..." : PRINT CHR$ (4)"BLOAD QRCODE,A$2000"
|
||||
20 VTAB 8: PRINT "This program creates and displays a": PRINT "QR code of 33 by 33 pixels.": PRINT "": PRINT "Choose an encoding type:"
|
||||
30 HTAB 4: VTAB 14: PRINT "[A] for Alphanumeric.": HTAB 4: PRINT "Up to 114 characters. Limited": HTAB 4: PRINT "to upper case letters, numbers,": HTAB 4: PRINT "$ % * + - . / : and spaces."
|
||||
40 HTAB 4: VTAB 19: PRINT "[B] for Bytes.": HTAB 4: PRINT "Limited to 78 ASCII characters."
|
||||
@ -7,7 +7,7 @@
|
||||
70 IF (M$ = "B" or M$="b") THEN M$ = "B": POKE 8,64: GOTO 700
|
||||
80 IF (M$ = "A" or M$="a") THEN M$ = "A": POKE 8,32: GOTO 800
|
||||
700 HOME : VTAB 8
|
||||
710 PRINT "BYTE MODE:": PRINT " Enter up to 78 ASCII characters:"
|
||||
710 PRINT "BYTE MODE:": PRINT "Enter up to 78 ASCII characters:"
|
||||
730 GOTO 1000
|
||||
800 HOME : VTAB 8
|
||||
810 PRINT "ALPHANUMERIC MODE:": PRINT "Enter up to 114 characters:"
|
||||
|
Loading…
Reference in New Issue
Block a user