Search found 245 matches

by EmmBee
Sun Mar 23, 2025 2:39 pm
Forum: Software & Programming
Topic: CLS - Incorrect documentation
Replies: 2
Views: 288

CLS - Incorrect documentation

Hi all,

The other day I wanted to use CLS with a parameter to clear a part of the screen, but could not remember which one of 1,2,3,4 was needed. I could, of course, experiment with the parameter numbers to find the one I wanted but doing that would be time consuming. Instead, I decided to look up ...
by EmmBee
Fri Mar 21, 2025 10:03 am
Forum: Software & Programming
Topic: QLCommander v 2.2.7- For Testers!
Replies: 72
Views: 4349

Re: QLCommander v 2.2.7- For Testers!



I notice that the config program is not included in this latest release.


Soryy about that.
Anyways, I deleted the test version from the Forum. Please download the final version https://www.theqlforum.com/viewtopic.php?p=63754#p63754


The exe file seems to have the wrong Turbo Taskname - it ...
by EmmBee
Fri Mar 21, 2025 9:50 am
Forum: Software & Programming
Topic: QLCommander v 2.2.7- For Testers!
Replies: 72
Views: 4349

Re: QLCommander v 2.2.7- For Testers!

Andrew wrote: Tue Mar 18, 2025 7:26 pm
Please download and test the new version
I notice that the config program is not included in this latest release.
by EmmBee
Sat Mar 15, 2025 7:39 pm
Forum: Software & Programming
Topic: QLCommander v 2.2.7- For Testers!
Replies: 72
Views: 4349

Re: QLCommander v 2.2.7- For Testers!

Thanks - that helps. But I still get one report.
This is what I do . . .

lrespr win1_QLC227_qlc_code
lrun win1_QLC227_qlcconfig_bas
press F1 to save setup options
press Q to Quit
execute win1_QLC227_qlc227m2_exe

RMODE is not loaded.

EmmBee
by EmmBee
Sat Mar 15, 2025 3:18 pm
Forum: Software & Programming
Topic: QLCommander v 2.2.7- For Testers!
Replies: 72
Views: 4349

Re: QLCommander v 2.2.7- For Testers!


Install in directory win1_QLC227_ or in any other directory. If you install it in a different directory than win1_QLC227_ then you have to pass the directory as parameter, both under SMSQE and QDOS
Before first run use QLCconfig_bas to configure the program.
The executable QLCv227m2_exe is ...
by EmmBee
Mon Feb 14, 2022 5:42 pm
Forum: Software & Programming
Topic: Is SBASIC programming on SMSQE difficult?
Replies: 86
Views: 22838

Re: Is SBASIC programming on SMSQE difficult?

There could be some people, myself included, who may prefer to use the previous QLiberator V3.44. The reason is Qlib_patch.
We may have all become acclimatised to using the very latest Qlib_patch V3.44.
All that V3.45 offers is the original QLib_patch V3.35 - a massive rollback in functionality ...
by EmmBee
Thu Feb 10, 2022 2:05 pm
Forum: Software & Programming
Topic: Is SBASIC programming on SMSQE difficult?
Replies: 86
Views: 22838

Re: Is SBASIC programming on SMSQE difficult?

Derek_Stewart wrote:I can not get the examples of external procedure and function detailed in the Qliberator Manual, with Qliberator v3.36, v3.44 in SMSQ/E v3.38
Try this version of QLIB_run ...
QLIB_run336_mod2.zip
(8.19 KiB) Downloaded 283 times
EmmBee
by EmmBee
Sun Jan 30, 2022 12:15 am
Forum: Software & Programming
Topic: Is SBASIC programming on SMSQE difficult?
Replies: 86
Views: 22838

Re: Is SBASIC programming on SMSQE difficult?

When it comes to QLiberator external procedures, there's been extensive discussion about them here and how people couldn't get them to work on SMSQ/E systems up to and including v3.36 of QLiberator. Some versions of SMSQ/E even came with a patch program for QLIB_run and QLIB_ext files to help get ...
by EmmBee
Thu Sep 23, 2021 9:24 pm
Forum: Software & Programming
Topic: QLiberator v3.44
Replies: 9
Views: 3932

Re: QLiberator v3.44

Puh, I have spent a few hours to read the actual QLib source. Not quit really easy to understand, my respects to EmmBee. I have seen, that you use FPOS and GET from TK2 but that is not mentioned in the update text. What was formerly used?
The program uses POS for FPOS, and NEXT_TOKEN for reading ...