Best Of
-
Re: DIM appears to succeed but actually fails
I will take a closer look at this. Edit: It works if you CLEAR before retrying. According to LVAR it leaves a stub array behind, when allocated for some reason END isn't updated. And doing a chain of…1 -
Re: Help with GCC issue
Fair enough. I completely missed that when I read your original post late at night, so half asleep I got the wrong impression. Sorry about that. My mind is also somewhat elsewhere, my big focus at th…1 -
Re: Help with GCC issue
In my initial post above I stated that "esi is used inside argue()" so there's nothing hidden or magical, the first line changes the value of esi which affects what happens inside argue(). …1 -
Re: Stars on a sphere
Entertaining, I suppose, but also thought provoking. I've tried using Google to find the possible source of the training data that leads ChatGPT to create the code it does, and generally not found an…1 -
Re: Stars on a sphere
The context, which I didn't copy over from the Discussion Group where it originated, was that somebody asked ChatGPT to "write a BB4W program to display stars on a sphere". Not surprisingly…1 -
Re: The Note Quiz
Whether it's Open Source or not is irrelevant, Copyright applies just as much to Open Source material as to any other, as I'm sure (or sincerely hope!) you're aware. The legal situation is described …1 -
Re: The Note Quiz
FYI I have set up a mirror site to provide some protection against downtime (or the bandwidth limit being exceeded) of the main server for the in-browser edition of BBCSDL at wasm.bbcbasic.co.uk. Thi…1 -
Re: BBC BASIC implementation of RANDU
Considering that to exclude the mouse from a window is a most unusual feature, and is probably being achieved by making SetCursorPos() API calls, I still find it hard to believe that it can happen 'b…1 -
Re: BBC BASIC implementation of RANDU
That was a top tip - it works! MODE 3 is arguably even better for maximum clarity. I suppose there's no way of configuring BASIC to start in a particular MODE? Edit: Once in BASIC I was able to do *m…1 -
Re: BBC BASIC implementation of RANDU
The code above makes use of 64-bit integers so won't run in Acorn's BASIC 5, but this version should (not tried because it crashes my copy of Red Squirrel): 10 randu_seed%=1 20 30 n…1