Search found 1315 matches

by pjw
Thu Mar 11, 2021 12:17 pm
Forum: Software & Programming
Topic: NameCheck
Replies: 44
Views: 11736

Re: NameCheck

<> But it is not really what I was meaning, which was to check a variable name is not a resident command or function. Something like: IF EXISTS("PI") THEN Pie=4 * ATAN(1) If that sort of thing is truly all you need there is FINDNAME%(): Given a function or procedure name, FINDNAME% search...
by pjw
Fri Mar 05, 2021 1:20 pm
Forum: Software & Programming
Topic: Running Cport from Win1_
Replies: 36
Views: 8055

Re: Running Cport from Win1_

stevepoole wrote: Whenever I get a name-table clash, it usually crashes QPC , taking loads of work-in-progress programs and RESPR'ed codes with it. Yeuch !
Nope. Sorry. Never had that problem. For me it has always worked as previously advertised. Oh well, I leave you to it. Im sure it cant hurt :)
by pjw
Fri Mar 05, 2021 12:26 pm
Forum: Software & Programming
Topic: Running Cport from Win1_
Replies: 36
Views: 8055

Re: Running Cport from Win1_

Steve, Norm, sorry for interupting this thread temporarily, but I dont understand the need for a "name checker". The system works as it should: If you load a S*BASIC program with a redefined name, the program stops at the offending line. So just load it into an editor and rename the offend...
by pjw
Wed Feb 24, 2021 10:44 pm
Forum: Software & Programming
Topic: Run benchmarks and share your results
Replies: 29
Views: 13422

Re: Run benchmarks and share your results

Both tests run using QPC2 4.95 straight from the qle folder and minimal boot:
1668 on i5 desktop (with all my normal stuff running)
1392 on i5 laptop. But scores vary widely on each run (980-1390).
by pjw
Tue Feb 23, 2021 3:52 pm
Forum: General QL Chat
Topic: Inkjet ink
Replies: 33
Views: 10890

Re: Inkjet ink

Hi Norm, I had hoped to maintain a veil of ambiguity over my remark to have plausible deniability to accusations of politicising the forum. You never know what opinions lurk among us, all seeming friends. One hears of families breaking apart and old friends no longer on speaking terms.. I myself wil...
by pjw
Tue Feb 23, 2021 3:28 pm
Forum: QL Emulation
Topic: QPC2 v5 released
Replies: 58
Views: 19669

Re: QPC2 v5 released

For me it breaks down when you have two files, say dos1_ladida.dat and dos1_ladida_dat. Then they both show up in Files as dos1_ladida_dat, ie two files with the same name. (Which, of course, an unsuspecting soul might construe as being an early sign of on-setting dementia!) Only the "first&quo...
by pjw
Mon Feb 22, 2021 8:12 pm
Forum: General QL Chat
Topic: Inkjet ink
Replies: 33
Views: 10890

Re: Inkjet ink

Next time just take a Cruz an' youll be fine ;)
by pjw
Mon Feb 22, 2021 5:13 pm
Forum: QL Emulation
Topic: QPC2 v5 released
Replies: 58
Views: 19669

Re: QPC2 v5 released

mk79 wrote:Glad you like it. I'm a huge fan of version controlling my source code and this feature makes that sooo much easier.
And, mercifully, a feature that can be turned off! Thank you for that ;)
by pjw
Thu Feb 18, 2021 7:34 pm
Forum: General QL Chat
Topic: Inkjet ink
Replies: 33
Views: 10890

Re: Inkjet ink

I recently dumped my two year old Canon printer. So fed up with that piece of crap. One week without printing and the head dries out and you waste dog knows how much expensive ink on multiple nozzle cleaning cycles. Before that it was an HP printer, which I got on with somewhat better, but the the g...
by pjw
Mon Feb 15, 2021 11:10 pm
Forum: Software & Programming
Topic: Whats with DEV?
Replies: 6
Views: 1456

Re: Whats with DEV?

So the solution I plumped for in the end (at least for a trial period) is: mch = MACHINE SELect ON mch = 18: REMark Q68 DEV_USE 2, 'fat1_': REMark Not sure about this.. = 20: REMark SMSQmulator NFA_USE 8, 'D\QL\HDW\' & EMU_NETNAME$ DEV_USE 2, 'nfa8_' = 30: REMark QPC2 DOS_DRIVE 8, 'D\QL\HDW\' &a...