Third character of Ok prompt should not always be chr$(255)
Problem
PC_BASIC's prompt is always "Ok"+chr$(255). In GW-BASIC, this is the case in SCREEN 0, 7 and 9; however in SCREEN 1 and SCREEN 2 the prompt is "Ok"+chr$(0)
Steps
SCREEN 1 or SCREEN 2
CLS
? SCREEN(1,3)
PC-BASIC returns 255 whereas GW-BASIC returns 0.
Notes
PC-BASIC version: 2.0.4
Operating system version: all
Third character of
Okprompt should not always bechr$(255)Problem
PC_BASIC's prompt is always
"Ok"+chr$(255). In GW-BASIC, this is the case inSCREEN 0,7and9; however inSCREEN 1andSCREEN 2the prompt is"Ok"+chr$(0)Steps
SCREEN 1orSCREEN 2CLS? SCREEN(1,3)PC-BASIC returns
255whereas GW-BASIC returns0.Notes
PC-BASIC version: 2.0.4
Operating system version: all