Re: [Ql-Users] QTImage 1.5

2021-12-07 Thread François Van Emelen via Ql-Users
Giorgio Il giorno mar 7 dic 2021 alle ore 12:15 François Van Emelen via Ql-Users < ql-users@lists.q-v-d.com> ha scritto: Op 4/12/2021 om 22:33 schreef Giorgio Garabello via Ql-Users: There is some problem with the download permissions on the site :-( I try to send you the zip Il giorno sab

Re: [Ql-Users] QTImage 1.5

2021-12-09 Thread François Van Emelen via Ql-Users
Op 8/12/2021 om 17:50 schreef Giorgio Garabello via Ql-Users: About the problems running Qtimage from Ramx_. Just a thought, Why don’t you use the HOME-thing, that would make the program more versatile, I think, I regularly use THINGS FOR THE HOUSE That's not the problem. I have merged 3

Re: [Ql-Users] QTImage 1.5

2021-12-09 Thread François Van Emelen via Ql-Users
Op 9/12/2021 om 16:03 schreef Giorgio Garabello via Ql-Users: Il giorno gio 9 dic 2021 alle ore 15:49 François Van Emelen via Ql-Users < ql-users@lists.q-v-d.com> ha scritto: Op 8/12/2021 om 17:50 schreef Giorgio Garabello via Ql-Users: About the problems running Qtimage from Ramx_.

Re: [Ql-Users] QTImage 1.5

2021-12-09 Thread François Van Emelen via Ql-Users
Op 9/12/2021 om 18:44 schreef Tobias Fröschle via Ql-Users: François, the mailing list doesn't forward attachments - You need to put them somewhere else for us to see or describe textually. Cheers, Tobias Am 09.12.2021 um 17:04 schrieb François Van Emelen via Ql-Users : Op 9/12/2021

Re: [Ql-Users] More Knoware

2021-12-11 Thread François Van Emelen via Ql-Users
Op 10/12/2021 om 21:43 schreef pjwitte via Ql-Users: Ive been clearing out some nooks and crannies and found a few items I felt were of a shareable quality. Ie they werent written with sharing in mind, but have worked for me, in some cases for years, without issue. Many of you will no doubt have

Re: [Ql-Users] QDOS SMSQE Guide 4.7

2022-02-02 Thread François Van Emelen via Ql-Users
Op 31/01/2022 om 16:50 schreef Wolfgang Lenerz via Ql-Users: Hi all, I have release v. 4.7 of the SMSQE / Qdos manual - it now contains many of the SBasic (not SuperBasic!) variables, as announced some time ago. As usual, you can find it at wlenerz.com/qlstuff Have Fun! Wolfgang _

Re: [Ql-Users] Knoware update

2022-02-02 Thread François Van Emelen via Ql-Users
Op 31/01/2022 om 18:33 schreef pjwitte via Ql-Users: A small update to Knoware.no For details go to https://qlforum.co.uk/viewtopic.php?t=2839&p=45592#p45592 or more briefly: www.knoware.no/htm/changes.htm Per ___ QL-Users Mailing List Thank you

[Ql-Users] Stuart Honeyball

2022-03-17 Thread François Van Emelen via Ql-Users
 Stuart Honeyball passed away. Sad news  Thoughts are with his family and friends. François Van Emelen ___ QL-Users Mailing List

Re: [Ql-Users] Stuart Honeyball

2022-03-19 Thread François Van Emelen via Ql-Users
Op 19/03/2022 om 18:14 schreef Norman Dunbar via Ql-Users: One night in the local pub he redrew the entire Spectrum Issue 1 PCB from memory on a napkin, while quite drunk. I was stupidly impressed by that. I'd have been seriously impressed by that! Cheers, Norm. Sorry François Van Emelen _

Re: [Ql-Users] PD Libraries of QL Software

2022-05-27 Thread François Van Emelen via Ql-Users
Op 26/05/2022 om 17:09 schreef Dilwyn Jones via Ql-Users: Thanks to the dedicated hard work of Martin Head, I've been able to upload two complete QL PD libraries to my website, one containing nearly 150 floppy disk images, the other about 480 disk images. Giving a total of over 600 floppy disk i

Re: [Ql-Users] Knoware update

2022-06-07 Thread François Van Emelen via Ql-Users
Op 1/06/2022 om 13:48 schreef pjwitte via Ql-Users: Its been a few months since I last notified of an update to Knoware.no here. Since then there have, in fact, been quite a few; the latest today! View the change log at www.knoware.no/htm/changes.htm Per PS: Since I post so rarely to ql-user

Re: [Ql-Users] Urs QLE Website is Back

2022-09-28 Thread François Van Emelen via Ql-Users
Op 28/09/2022 om 19:38 schreef simon629--- via Ql-Users: It is very Very Very Very Very Very Very GOOD&HAPPY to see Urs QLE Website is Back 10 out of 10 Well Done Urs Keep up The Good Work All The Best Urs Simon Foster/simon629 ___ QL-Users Mailing Li

Re: [Ql-Users] Launchpad update

2022-10-05 Thread François Van Emelen via Ql-Users
Op 4/10/2022 om 21:44 schreef Dilwyn Jones via Ql-Users: I've issued the first update to my Launchpad v2 package for nearly a decade. Further details on my blog at https://dilwyn2.wordpress.com/2022/10/04/launchpad-v2-12/ Dilwyn Jones ___ QL-Users Mai

Re: [Ql-Users] SBASIC interpreter bug?

2022-11-23 Thread François Van Emelen via Ql-Users
Op 22/11/2022 om 13:26 schreef pjwitte via Ql-Users: Does anyone know whats going on here? SBASIC only: EXecute the following program: 100 ch = FOPEN("con"): CLS#ch 110 test ch, 1 120 PAUSE#ch 130 CLOSE#ch 140 : 150 DEFine PROCedure test(ch, a) 160 PRINT#ch; a 180 END DEFine test Result in thi

Re: [Ql-Users] SBASIC interpreter bug?

2022-11-24 Thread François Van Emelen via Ql-Users
Op 23/11/2022 om 16:40 schreef pjwitte via Ql-Users: On 23/11/2022 14:51, François Van Emelen via Ql-Users wrote: Op 22/11/2022 om 13:26 schreef pjwitte via Ql-Users: Does anyone know whats going on here? <> Could this solve your problem? 100 ch = FOPEN("con"): CLS#ch 110

Re: [Ql-Users] QL/E v3.22 (Codename "Paradise", 2022 edition) is out now!

2023-01-01 Thread François Van Emelen via Ql-Users
Op 30/12/2022 om 23:58 schreef Urs Koenig (QL) via Ql-Users: Hi QLers, QL/E v3.22 (Codename "Paradise", 2022 edition) is out now! Software isn't dead! Details about it, Download & More as usual on the sinclairql.net website, link see message footer. I wish you all a health

Re: [Ql-Users] QL Homepage

2023-01-24 Thread François Van Emelen via Ql-Users
Op 24/01/2023 om 11:27 schreef Dilwyn Jones via Ql-Users: When my troublesome domain name comes to an end on 13th March, the dilwyn.me.uk QL site will shut down. But thanks to the nice Mr Heaton who runs QL Forum, what is currently the backup site will become the new QL Homepage. The URL of the

Re: [Ql-Users] QL is worryingly nearly 40 do we get a midlife crisis party anywhere?

2023-03-14 Thread François Van Emelen via Ql-Users
Op 14/03/2023 om 6:46 schreef Wolfgang Lenerz via Ql-Users: Hi, all quiet on the QL front! I'm still lurking here. Wolfgang QL is worryingly nearly 40 do we get a midlife crisis party anywhere?Also the list as been quieter even tha nusual where is everyone? John A _

Re: [Ql-Users] QL Homepage

2023-03-31 Thread François Van Emelen via Ql-Users
Op 31/03/2023 om 11:54 schreef Dilwyn Jones via Ql-Users: As I'm getting a large number of "where's the QL homepage gone" type emails despite my extensive efforts at publicising the change, I'm assuming QL users don't read extensively published information (Forum, ql-users list, blog, Facebook, r

Re: [Ql-Users] QL Homepage

2023-03-31 Thread François Van Emelen via Ql-Users
Op 31/03/2023 om 14:41 schreef Dilwyn Jones via Ql-Users: As I'm getting a large number of "where's the QL homepage gone" type emails despite my extensive efforts at publicising the change, I'm assuming QL users don't read extensively published information (Forum, ql-users list, blog, Facebook, r

Re: [Ql-Users] testing

2023-04-27 Thread François Van Emelen via Ql-Users
Op 27/04/2023 om 15:06 schreef pjw via Ql-Users: testing ___ QL-Users Mailing List Yes, some are still listening :) François Van Emelen ___ QL-Users Mailing List

Re: [Ql-Users] BMP update 1.05

2023-06-14 Thread François Van Emelen via Ql-Users
Op 14/06/2023 om 12:59 schreef Bob Spelten via Ql-Users: A worthwhile message on the Forum from Dilwyn. Bob Spelten jr. has released version 1.05 of the BMP graphics viewer and converter, available from the Graphics page on my website at https://dilwyn.qlforum.co.uk/graphics/index.html Conv

Re: [Ql-Users] Data exchange with MODBUS protocol via QPC2/Q-emuLator?

2023-09-13 Thread François Van Emelen via Ql-Users
Op 11/09/2023 om 19:31 schreef Davide Santachiara via Ql-Users: Hi All, I have to exchange data (mainly read) from a PLC (with fixed IP address) which uses the modbus protocol. Would it be possible to exchange data via TCP/IP with this protocol using a QL emulator like QPC2 or Q-emuLator? Thank

Re: [Ql-Users] QubLink and DiReXt

2023-11-27 Thread François Van Emelen via Ql-Users
Op 26/11/2023 om 14:56 schreef Dilwyn Jones via Ql-Users: Two new softwares from Alain Haoui: QUBLINK --- QubLink v1.04 is a PE driven utility program allowing an easy way to manage hard and soft drive linking on different QL systems. It is in some ways a multi-platform variant of the well

[Ql-Users] bug in String handling

2024-01-08 Thread François Van Emelen via Ql-Users
Hi, Some other anomalies 100 a$ = "1234567890" 105 b$ = a$(4 to 3): REMark This works 110 REMark c$ = a$(4 to 2): REMark This fails with an error. 115 c$ = a$( to 0) : REMark  no error returned 120 c$ = a$(0):    : REMark  no error returned  BUT ERROR IF QLIBERATED 125 pause:stop The problem of

Re: [Ql-Users] Sinclair QL 40th anniversary 2024-01-12! QL-is-40

2024-01-12 Thread François Van Emelen via Ql-Users
Op 12/01/2024 om 10:00 schreef Urs Koenig (QL) via Ql-Users: https://youtube.com/shorts/4qxf66zTu9s?si=_dnRFNWczFK5iu-m Von meinem iPhone gesendet ___ QL-Users Mailing List Hi, I do remember my first QL. My late brother-in-law wrote his first novel

Re: [Ql-Users] Announcement for the 40th Anniversary of the Sinclair QL in Dormagen (Germany)

2024-02-03 Thread François Van Emelen via Ql-Users
Op 3/02/2024 om 14:17 schreef desin via Ql-Users: The name of the hotel is Hoetche https://hoettche.de from Switzerland you get Connection denied by IP2Location Country Blocker dark times ... ___ QL-Users Mailing List No problem from here (Belgi

Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread François Van Emelen via Ql-Users
Op 25/02/2024 om 22:04 schreef qlus...@sinclairql.net via Ql-Users: Another great news! While all my PCs were still running Java 8 from Oracle, this was the trigger to start upgrading Java. My Windows 10 power horse now has Java 17 from Microsoft. A first test run of SMSQmulator v3.00 and QL/E

Re: [Ql-Users] SMSQ/E 3.39

2024-03-12 Thread François Van Emelen via Ql-Users
Op 11/03/2024 om 15:20 schreef George Gwilt via Ql-Users: Hello everyone at the QL-Users group. I guess most of you knew of mu father, George Gwilt - this is just to let you know that he passed away this past Saturday. All the best, Richard Gwilt May he rest in peace. François Van Emelen

Re: [Ql-Users] Q-Liberator v3.46

2024-03-21 Thread François Van Emelen via Ql-Users
Op 20/03/2024 om 23:10 schreef Dilwyn Jones via Ql-Users: Version 3.46 of the Q-Liberator compiler is now available to download from https://dilwyn.qlforum.co.uk/qlib/index.html The source files are also available on the page. Dilwyn ___ QL-Users Mail

Re: [Ql-Users] SMSQE 3.41

2024-05-23 Thread François Van Emelen via Ql-Users
Op 22/05/2024 om 9:43 schreef Wolfgang Lenerz via Ql-Users: Hi all, SMSQE 3.41 is out. This is a bugfix release for SMSQmulator and Q68 - there are no changes for other machines. The code for the Q68 is also the one users of Qimsi Gold or Qzero (if there are any) should use - it is the same

[Ql-Users] String handling in Sbasic

2024-08-03 Thread François Van Emelen via Ql-Users
Hi, Just saw a thread about handling strings on QL Forum This is what I experienced. I don’t know if this is useful. François Van Emelen 100 open#3,con_:window#3,800,600,0,0 105 REMark test done from within QD 110 a$ = "1234567890" 115 L=len(a$) 120 b$ = a$(4 to 3): REMark This works bu

Re: [Ql-Users] String handling in Sbasic

2024-08-09 Thread François Van Emelen via Ql-Users
Op 9/08/2024 om 7:52 schreef Wolfgang Lenerz via Ql-Users: Hi, without having looked at the string slicing code in SMSQE, I believe that the general contract is a$(x to y) where x and y are positive integers and y is bigger than, or equal to, x. If x is omitted, it is implied that it should b

Re: [Ql-Users] String handling in Sbasic

2024-08-09 Thread François Van Emelen via Ql-Users
Op 9/08/2024 om 13:00 schreef Jan Bredenbeek via Ql-Users: On 09-08-2024 07:52, Wolfgang Lenerz via Ql-Users wrote: without having looked at the string slicing code in SMSQE, I believe that the general contract is a$(x to y) where x and y are positive integers and y is bigger than, or equal to

<    1   2