Sorry if this has already been covered.....
I'm using ver 15.08.10 on a Win7-64. When I RUN this:
10 INPUT "Example of what happens when the INPUT line is more than 80 characters long 12345678 ",Z$
20 PRINT "Z$="Z$
and I enter ZZ, I get:
Z$=le5678 ZZ
Obviously, the remedy is to for my to avoid long INPUTs.
While I'm here, when my Num Lock is Off, the Del key, which usually deletes, does nothing. Happily, the othet Del key works fine.
Please, do not suppose these comments mean I'm not overjoyed to get my belovered BASIC back again!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "[CLOSED] Bug reports" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Sorry if this has already been covered.....
I'm using ver 15.08.10 on a Win7-64. When I RUN this:
10 INPUT "Example of what happens when the INPUT line is more than 80 characters long 12345678 ",Z$
20 PRINT "Z$="Z$
and I enter ZZ, I get:
Z$=le5678 ZZ
Obviously, the remedy is to for my to avoid long INPUTs.
While I'm here, when my Num Lock is Off, the Del key, which usually deletes, does nothing. Happily, the othet Del key works fine.
Please, do not suppose these comments mean I'm not overjoyed to get my belovered BASIC back again!!
Hi, thanks for reporting this! This looks like a bug in PC_BASIC's handling of
INPUT
when the prompt is longer than one row. I'll see if I can fix it.Rob
I've fixed this - will be included in the next release.
Rob