Re: [M100] RBASIC Manual Online

2020-01-10 Thread Christopher Osburn
> On Jan 10, 2020, at 17:49, Greg Swallow wrote: > > I also think the RBASIC manual and a few support files are on club100.org > already under Personal Libraries: > > Chris Osburn/RBASIC Support. > > Unable to verify due to the server update problems? No manual, just a

Re: [M100] Looks like Member files of Club100 are down

2020-01-10 Thread Hank Riley
Any update on when all those files will be restored?   It's already been about a month now.

Re: [M100] RBASIC Manual Online

2020-01-10 Thread John R. Hogerhuis
I don't remember C100. Sounds interesting. I have RBASIC and secrets of the ROM, licensed copies. Secrets of the ROM was definitely worth it. If we can get a price that would be good. Or confirmation that it's an orphaned work then we can archive it. If she doesn't respond that's trickier. After

Re: [M100] RBASIC Manual Online

2020-01-10 Thread Peter Vollan
Personal Libraries is/are down and have been for some time On Fri, 10 Jan 2020 at 17:49, Greg Swallow wrote: > > John/All, > > Last info I found -- some time ago, was family moved from CA (City of > Industry I think) to NM after Mo departed. Maybe NM due to kids going to > school there at the

Re: [M100] RBASIC Manual Online

2020-01-10 Thread Greg Swallow
All: Found the info I have. Not all that much. Family is in NM and I have last known contact info as of May-2018. As it does contain personal information, I'll send a private to someone willing to give a try on finding out about archiving the software as a representative of Club100.org:

Re: [M100] RBASIC Manual Online

2020-01-10 Thread Greg Swallow
John/All, Last info I found -- some time ago, was family moved from CA (City of Industry I think) to NM after Mo departed. Maybe NM due to kids going to school there at the time. If I remember correctly daughter was in school and son had found work there after he graduated. Or, something to

Re: [M100] Dungeon Master's Personnel Service

2020-01-10 Thread Peter Noeth
>Message: 8 >Date: Thu, 9 Jan 2020 14:35:38 -0800 >From: Peter Vollan >To: m...@bitchin100.com >Subject: Re: [M100] Dungeon Master's Personnel Service >Message-ID: > < ca+g2jxmn-ftkmpdmeupiop72dxtmyn6gnbeccx0edciqzr2...@mail.gmail.com> >Content-Type: text/plain;

Re: [M100] Dungeon Master's Personnel Service

2020-01-10 Thread Dan Higdon
But it's 5 more bytes! :) On Fri, Jan 10, 2020 at 5:33 PM Peter Vollan wrote: > I like "PRINT CHR$(12)" because it is more universal than CLS. > > On Thu, 9 Jan 2020 at 15:16, Peter Vollan wrote: > > > > BTW, what the hell is this: > > > > 1300 INPUT C > > 1310 ON C GOTO 1320 > > 1320 PRINT

Re: [M100] Dungeon Master's Personnel Service

2020-01-10 Thread Peter Vollan
I like "PRINT CHR$(12)" because it is more universal than CLS. On Thu, 9 Jan 2020 at 15:16, Peter Vollan 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 wrote: > > > > Good to know. Here's the

Re: [M100] Dungeon Master's Personnel Service

2020-01-10 Thread Peter Vollan
That is what I am doing, cleaning it up for the model T. The code that I posted makes no sense. The ONGOTO statement only has one entry, and it goes to the next line, where the program would have gone anyway. You can just eliminate that line and it does the exact same thing. On Fri, 10

Re: [M100] Dungeon Master's Personnel Service

2020-01-10 Thread Dan Higdon
Jason, I'm glad you left it alone. I think there's historical value in the original text. Having said that, if someone (maybe me?) rewrites it to be more ModelT friendly, that would be fine, too. On Fri, Jan 10, 2020 at 8:39 AM Jason Benson wrote: > > That's the worst way possible to do "press

Re: [M100] Dungeon Master's Personnel Service

2020-01-10 Thread Jason Benson
> That's the worst way possible to do "press any key to continue". > In my own "walk through", I'm replacing those with When I was briefly debugging it I came across a number of things I would change if I had written it, and I considered just rewriting chunks of it, but I decided to leave it

Re: [M100] test

2020-01-10 Thread Jason Benson
Tested. On Thu, Jan 9, 2020 at 10:28 PM Mike Stein wrote: > test >