Resending because original post was rejected for some reason; sorry if it's a dupe:
---- Original Message ----- From: Mike Stein To: [email protected] Sent: Thursday, January 09, 2020 7:51 PM Subject: Re: [M100] Dungeon Master's Personnel Service And of course there's the shorter and location-independent 1300 x$=input$(1) if you don't mind a cursor and especially if you need the input value anyway. ----- Original Message ----- From: Dan Higdon To: [email protected] Sent: Thursday, January 09, 2020 6:35 PM Subject: Re: [M100] Dungeon Master's Personnel Service 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.
