Unfortunately there seems to be an error. It seems REF_L% (which searches a label) only searches up to the first label, and does not continue to search for following labels if the first label does not match, i.e.:
100 REM A label (L_) MUST NOT be the first line!
...
200 L_'LABEL_1'
...
300 GOTO REF ...
Search found 605 matches
- Mon Sep 15, 2025 12:26 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 87
- Views: 41913
- Sun Sep 14, 2025 8:06 pm
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 87
- Views: 41913
Re: My "from PACKAGE import *" (Python) simulation project (reflection)
ref_lFunctionFirstSuccess20250914Sun.png
:-))))))))
Currently only "tested" on QPC2. Before I can publish it, I must write real tests. As the filename of the picture says, the screenshot is the first successful run of the "L_" PROCedure and the REF_L% FuNction, i.e. there may still be errors in ...
:-))))))))
Currently only "tested" on QPC2. Before I can publish it, I must write real tests. As the filename of the picture says, the screenshot is the first successful run of the "L_" PROCedure and the REF_L% FuNction, i.e. there may still be errors in ...
- Sat Sep 13, 2025 1:04 am
- Forum: General QL Chat
- Topic: The BEST QL Editor
- Replies: 9
- Views: 328
The BEST QL Editor
Albeit I always liked DME (also programmable), the QL version of
MicroEMACS
is a dream!
Thank you Thierry Godefroy!
It's a very current version (4.x, most Windows versions are 3.x). There are some quirks as with all EMACS but this can be fixed thanks to EMACs builtin programming language (kind ...
MicroEMACS
is a dream!
Thank you Thierry Godefroy!
It's a very current version (4.x, most Windows versions are 3.x). There are some quirks as with all EMACS but this can be fixed thanks to EMACs builtin programming language (kind ...
- Wed Sep 10, 2025 11:58 pm
- Forum: Software & Programming
- Topic: MultiMon v3.20 released
- Replies: 2
- Views: 197
Re: MultiMon v3.20 released
Sounds nice, I hope I will find time to give it a try (I'm currently using C1Mon Professional - unfortunately still without using symbolic debugging, which the professional version does support).
- Tue Sep 09, 2025 12:01 am
- Forum: Software & Programming
- Topic: Cursors and primitives and resolutions, oh my!
- Replies: 5
- Views: 511
Re: Cursors and primitives and resolutions, oh my!
XOR Painting is great! I miss this in e.g. Pythons TKInter (at least I have not found, that this is possible). On the QL it's reltively easy to paint a hair wire, which you can move over the screen. First print it to show it (all pixels below it are inverted), to move it print it again (restores all ...
- Sun Sep 07, 2025 2:07 am
- Forum: Software & Programming
- Topic: Problem with parameter to a SuperBASIC machine code extension
- Replies: 21
- Views: 2978
Re: Problem with parameter to a SuperBASIC machine code extension
I didn't know about Wolfang's "Basic Linker" until now. Sounds very interesting.
BTW: If I will have finished (if I succeed) the missing function (which will support a special kind of GO TO/GO SUB) of my reflection toolkit, I will have a look at MicroEMACS (it was my first Windows GUI editor and I ...
BTW: If I will have finished (if I succeed) the missing function (which will support a special kind of GO TO/GO SUB) of my reflection toolkit, I will have a look at MicroEMACS (it was my first Windows GUI editor and I ...
- Fri Sep 05, 2025 1:15 am
- Forum: Software & Programming
- Topic: QPC2 MultiBASIC: Load SBASIC machine code function resident
- Replies: 27
- Views: 3056
Re: QPC2 MultiBASIC: Load SBASIC machine code function resident
That chapter talks about "Loading Toolkits" - And yes, you're loading toolkits into SBASIC very much the same way as you load them into multiple Minerva BASICs - via LBYTES and CALL or LRESPR. I can't see what's wrong with that.
Because in a MultiBASIC (Minerva) they are resident to this ...
- Fri Sep 05, 2025 12:59 am
- Forum: Software & Programming
- Topic: Problem with parameter to a SuperBASIC machine code extension
- Replies: 21
- Views: 2978
Re: Problem with parameter to a SuperBASIC machine code extension
> You MUST bother with line numbers, if you want to merge another S(uper)BASIC program to your main program
Not if all of your programs don't have any line numbers.
It seems, you and nearly all others does not understand, how my Reflection toolkit and the rn program can be used. What I want is ...
- Fri Sep 05, 2025 12:05 am
- Forum: The Off-Topic Section
- Topic: Today I Received...
- Replies: 800
- Views: 493567
Re: Today I Received...
I got one of these - mainly because it had a 9 pin serial port on the back,
The GPD MicroPC 2 I have ordered does NOT have a serial port (AFAIK). My GPD Pocket 3 can be configured via a special port to have a serial (RS-232) port. I have not used it yet(!).
I do need my glasses to see the ...
- Wed Sep 03, 2025 12:25 am
- Forum: Software & Programming
- Topic: Problem with parameter to a SuperBASIC machine code extension
- Replies: 21
- Views: 2978
Re: Problem with parameter to a SuperBASIC machine code extension
I've not tried your toolkit, mostly because I don't care about line number with SuperBasic. ... line numbers, so why do it with SuperBasic. (just my 2 cents).
You MUST bother with line numbers, if you want to merge another S(uper)BASIC program to your main program, e.g. a library SuperBASIC ...