02-06-2025, 11:40 PM
Code: (Select All)
For i = 21 To 30
Locate i, 1
Print i;
Sleep
Next
Press a key and after it reaches to bottom of the page, the next key changes the screen to a 50-width (or appears to do so) and cuts the font size in half.
In QB, it apparently just errors out.
Anyway, just curious, as much of QB64 was made to mimick QuickBASIC, and this came up from a post by an old acquaintance at the QB Forum. He found QB was not able to correctly PCOPY in 50-line width mode. Now it does in QB64, but I'd consider that the fixing of a QB bug.
Pete