10-26-2024, 03:33 AM
(This post was last modified: 10-26-2024, 03:35 AM by ahenry3068.)
We wouldn't be programmers if we didn't reinvent the wheel once in a while. However, I had need last year of a REMLINE program and I found that the original REMLINE from the Qbasic in MS-Dos 5.0 compiles just fine and with no necessary changes in QB64PE. I actually did change exactly 1 line of code. CONST MAXLINES=400 I changed to CONST MAXLINES = 40000 .