That's the worst way possible to do "press any key to continue". In my own "walk through", I'm replacing those with
1300 if inkey$="" then 1300 1320 cls On Thu, Jan 9, 2020 at 5:16 PM Peter Vollan <[email protected]> wrote: > BTW, what the hell is this: > > 1300 INPUT C > 1310 ON C GOTO 1320 > 1320 PRINT CHR$(12) > > On Thu, 9 Jan 2020 at 14:09, Jason Benson <[email protected]> > wrote: > > > > Good to know. Here's the same file renamed to DMPS.DO > > As for the error you ran into, I'm not at all surprised, there are > probably a few of bugs in there I missed and didn't trigger when I did some > brief testing on it. > > > > On Thu, Jan 9, 2020 at 5:03 PM John R. Hogerhuis <[email protected]> > wrote: > >> > >> > >> > >> On Thu, Jan 9, 2020 at 1:58 PM Jason Benson <[email protected]> > wrote: > >>> > >>> I was loading the file through Virtual T. and running it just fine. Is > it VT automatically converting it to a tokenized basic file? > >>>> > >>>> > >> > >> Yes. >
