Re: [Ql-Users] SMSQE instr_case QLIB

2022-04-08 Thread pjwitte via Ql-Users
On 08/04/2022 14:56, Tobias Fröschle via Ql-Users wrote: The main reason, I believe, is that INSTR_CASE is a global setting and so shouldnt be set by a program, but only by the user in the main console That's actually not the problem: INSTR_CASE seems to work "local" to each instance of the

Re: [Ql-Users] SMSQE instr_case QLIB

2022-04-08 Thread Tobias Fröschle via Ql-Users
> > The main reason, I believe, is that INSTR_CASE is a global setting and so > shouldnt be set by a program, but only by the user in the main console That's actually not the problem: INSTR_CASE seems to work "local" to each instance of the SBASIC interpreter (I just checked). Turbo

Re: [Ql-Users] SMSQE instr_case QLIB

2022-04-08 Thread pjwitte via Ql-Users
On 08/04/2022 09:07, desin via Ql-Users wrote: Hi all how can we use instr_case in a Qliberated program ? At present you cant. If you use the latest Qlib (V3.45) youll even get a warning message. It wont work in Turbo either. There was a discussion about this on QL forum (see

[Ql-Users] SMSQE instr_case QLIB

2022-04-08 Thread desin via Ql-Users
Hi all how can we use instr_case in a Qliberated program ? 100 CLEAR 110 a%= FOPEN ("con") 120 OUTL 130 OUTL #a%,500,200,0,30 140 WINDOW#a%,500,200,0,30 150 CLS#a% 160 : 170 a$ = "hello" : b$ = "Hello": c$ = "hELLO" 180 : 190 PRINT#a% 200 PRINT#a%,,"instr_case truth table " 210 PRINT#a% 220