I'd never heard of Zoom before this year, but after joining several Zoom meetings I'm a convert. I'll join in if I can.
All the best.
Stephen
Search found 28 matches
- Sun Dec 20, 2020 4:56 pm
- Forum: General QL Chat
- Topic: Future QL Zoom Meetings
- Replies: 38
- Views: 44936
- Wed Feb 06, 2019 8:12 am
- Forum: Software & Programming
- Topic: DATA_USE
- Replies: 21
- Views: 8341
Re: DATA_USE
Cheers. I hadn't realized there was a limit. That explains some of the problems I've had with my long SuperBasic commands.
- Mon Feb 04, 2019 11:09 am
- Forum: For Sale
- Topic: Various QL books on eBay
- Replies: 5
- Views: 3615
Re: Various QL books on eBay
I am interested in QL User guide, Exploring Artificial Intelligence & Inside the QL- but cannot buy them on FB as you set the delivery only to UK :(
I've just tried to set the delivery outside the UK and it looks like I need to set it to Europe or the Rest of the World. Where are you?
I am in ...
I've just tried to set the delivery outside the UK and it looks like I need to set it to Europe or the Rest of the World. Where are you?
I am in ...
- Sun Feb 03, 2019 8:32 pm
- Forum: For Sale
- Topic: Various QL books on eBay
- Replies: 5
- Views: 3615
Re: Various QL books on eBay
I've just tried to set the delivery outside the UK and it looks like I need to set it to Europe or the Rest of the World. Where are you?Andrew wrote:I am interested in QL User guide, Exploring Artificial Intelligence & Inside the QL- but cannot buy them on FB as you set the delivery only to UK
- Sun Feb 03, 2019 4:26 pm
- Forum: For Sale
- Topic: Various QL books on eBay
- Replies: 5
- Views: 3615
Various QL books on eBay
I've just listed a few of my old Sinclair QL books on eBay if anyone is interested: Database Management, Introducing the QL, QL Superbasic, QL User guide, Exploring Artificial Intelligence & Inside the QL.
https://www.ebay.co.uk/itm/132939734650
https://www.ebay.co.uk/itm/132939742321
https ...
https://www.ebay.co.uk/itm/132939734650
https://www.ebay.co.uk/itm/132939742321
https ...
- Fri May 11, 2018 1:40 pm
- Forum: Software & Programming
- Topic: Open/Close program crash
- Replies: 20
- Views: 10474
Re: Open/Close program crash
BUG REMOVED...
Thanks for all the help everyone!
My program has been running for nearly a day now without crashing so I think the problem is solved. The bug was a limit to how many times a file could be opened (32768 OPENs). This bug had already been removed in the MG rom so I just used that ...
Thanks for all the help everyone!
My program has been running for nearly a day now without crashing so I think the problem is solved. The bug was a limit to how many times a file could be opened (32768 OPENs). This bug had already been removed in the MG rom so I just used that ...
- Fri May 11, 2018 1:25 pm
- Forum: Software & Programming
- Topic: Open/Close program crash
- Replies: 20
- Views: 10474
Re: Open/Close program crash
Hi,
Your listing it is not exactly clear where you test for EOF(#5). Do you make this test at the beginning or the end of the loop? There is a comment about processing the data, but of course, it is quite common to add comments to the code about what this block will do. There is also a count added ...
Your listing it is not exactly clear where you test for EOF(#5). Do you make this test at the beginning or the end of the loop? There is a comment about processing the data, but of course, it is quite common to add comments to the code about what this block will do. There is also a count added ...
- Fri May 11, 2018 11:06 am
- Forum: The Welcome Area
- Topic: Greetings from Italy.
- Replies: 5
- Views: 5628
Re: Greetings from Italy.
Welcome.
- Thu May 10, 2018 6:28 pm
- Forum: Software & Programming
- Topic: Open/Close program crash
- Replies: 20
- Views: 10474
Re: Open/Close program crash
Thanks everyone!
There's a few different things to try. I'll let you know how I go on.
There's a few different things to try. I'll let you know how I go on.
- Thu May 10, 2018 4:51 pm
- Forum: Software & Programming
- Topic: Open/Close program crash
- Replies: 20
- Views: 10474
Re: Open/Close program crash
Yes, I've tried the CLEAR command. It doesn't make any difference.duncan wrote:Another possibility is memory corruption if an SBASIC program won't restart. Have you tried the CLEAR command to reset the variables or checked with QPAC2 jobs menu to see it it reports SBASIC corrupted?