Re: [Ql-Users] SAV files

2010-01-04 Thread gdgqler
On 3 Jan 2010, at 19:33, Norman Dunbar wrote: 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

[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] 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

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] 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