May I ask some fellow programmers to test if I am crazy or if this
is a real bug?
The following short program did not produce the expected output
(tested on a VGA display, but this should not matter):
The error did NOT happen when I left out the "color 3" statement.
Does someone else get the same results?
Regards,
Hans Ruegg
is a real bug?
The following short program did not produce the expected output
(tested on a VGA display, but this should not matter):
Code:
screen 1 line (0,0)-(319,199),1,bf color 3: print "abc"; line (20,20)-(40,40),0,bf 'This should create a black square, 'but instead there was a horizontal 'black line near the top of the screen. do: loop while inkey$="" screen 0 end
Does someone else get the same results?
Regards,
Hans Ruegg
Comment