Try the "Array" extension which can be found here: 
http://www.dilwyn.me.uk/tk/index.html

Regards,

Adrian

---

On Wednesday, January 6, 2010, 8:43:20 AM, you wrote:

sbnc> Does anyone know of a way of saving data stored in an array on
sbnc> a QL like you can with the ZX Spectrum?  Below is a description
sbnc> of the way it's done on the Spectum using the SAVE command.

sbnc> You can save arrays on tape using DATA in a SAVE statement by 

sbnc>         SAVE string DATA array name()

sbnc> String is the name that the information will have on tape and
sbnc> works in exactly the same way as when you save a program or plain bytes.

sbnc> The array name specifies the array you want to save, so it is
sbnc> just a letter or a letter followed by $. Remember the brackets
sbnc> afterwards; you might think they are logically unnecessary but
sbnc> you still have to put them in to make it easier for the computer.

sbnc> Be clear about the separate roles of string and array name. If you say 
(for instance)

sbnc> SAVE "Bloggs" DATA b()

sbnc> then SAVE takes the array b from the computer and stores it on tape under 
the name "Bloggs".

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to