Re: [Ql-Users] Happy New Year

2010-01-03 Thread sjefvdm
On 2 Jan 2010 at 19:34, SMSQ - Jochen Merz wrote: Hi Sjef, hope are well, or at least health is improving. Any chance for another Eindhoven meeting this year? I hope for a meeting end April and the beginning of October. I will try my best but it isn't sure yet. And - I got a few more

Re: [Ql-Users] Happy New Year

2010-01-03 Thread SMSQ - Jochen Merz
Hi Sjef, Any chance for another Eindhoven meeting this year? I hope for a meeting end April and the beginning of October. I will try my best but it isn't sure yet. That sounds good. But please not the first weekend in October - this is usually combined with a bank holiday in Germany. I

[Ql-Users] SAV files

2010-01-03 Thread Dilwyn Jones
Does anyone have information on the format of _sav basic files (as used by Liberation Software's QSAVE utility and the equivalent command in SBASIC)? The reason I ask is that Barry Ansell's QCopy doesn't seem to work with recent _sav files (he's no longer on QL scene to update it) and I was

Re: [Ql-Users] SAV files

2010-01-03 Thread Norman Dunbar
Evening Dilwyn, On 03/01/10 19:20, Dilwyn Jones wrote: Does anyone have information on the format of _sav basic files (as used by Liberation Software's QSAVE utility and the equivalent command in SBASIC)? I'm thinking that I might have some information somewhere. However, I once wrote a SB

Re: [Ql-Users] Reindeer quiz - ANSWERS

2010-01-03 Thread Norman Dunbar
Evening all. Glad you enjoyed my little quiz! ;-) Over here there are (or were) at least three I knew I'd have/be in trouble with you Per! Yksi, Kaksi, Kolme (1, 2, 3 in Finnish) See what I mean? A female called Rudolf? Fraid so. The song is wrong - much like the wartime favourite there'll

Re: [Ql-Users] SAV files

2010-01-03 Thread Dilwyn Jones
Thanks, Norman. Dilwyn Jones - Original Message - From: Norman Dunbar nor...@dunbar-it.co.uk To: ql-us...@q-v-d.com Sent: Sunday, January 03, 2010 7:33 PM Subject: Re: [Ql-Users] SAV files Evening Dilwyn, On 03/01/10 19:20, Dilwyn Jones wrote: Does anyone have information on the

Re: [Ql-Users] SAV files

2010-01-03 Thread Norman Dunbar
Dilwyn, attached is a file that decodes a SAV file - as promised. Hope you can read my code after all these years! Cheers, Norman. 1000 REMark _SAV file decoder 1005 : 1010 CLS 1015 PRINT 'SAV File Decoder'\\ 1020 INPUT 'Which _sav file ? ';sav$ 1025 IF sav$ = '' THEN STOP: END IF 1030 : 1035

Re: [Ql-Users] SAV files

2010-01-03 Thread Norman Dunbar
On 03/01/10 19:52, Norman Dunbar wrote: Dilwyn, attached is a file that decodes a SAV file - as promised. Hope you can read my code after all these years! Cheers, Norman. Sorry folks, didn't mean to send that to everyone. However, now you have it, if you want to use it, you'll need

Re: [Ql-Users] SAV files

2010-01-03 Thread Ralf Reköndt
Evening, as TT has rerwritten QLIBs QLOAD/QSAVE plus QMERGE, it should be seen in the source codes of SMSQ/E. Failing that, Jan Jones or Tony Tebby's docs have all the details - a _SAV is simply a tokenised SUperBasic program in the format it is stored internally in the 'program file' area.

Re: [Ql-Users] Reindeer quiz - ANSWERS

2010-01-03 Thread P Witte
Norman Dunbar writes: Evening all. Per (Eats shoots and leaves) Like all good vegetarians. In Scotland, where I come from, vegetarians *are* food! ;-) Not this vegetarian! I just forgot the bloody comma ;o) Per ___ QL-Users Mailing List

Re: [Ql-Users] SAV files

2010-01-03 Thread P Witte
Dilwyn Jones writes: Does anyone have information on the format of _sav basic files (as used by Liberation Software's QSAVE utility and the equivalent command in SBASIC)? Heres (an incomplete) decode of the file structure. Below that an example file. HTH Per QSAVE file