Hi list

Im trying to save the loc�s of a coupple of sprites in a txt-document like
this:
------------------------
  repeat with i=20 to 100
    bucket=bucket+1
    addAt gSave, bucket, the loc of sprite i
  end repeat
  scribe=new(xtra "fileio")
  scribe.createfile("c:\save.txt")
  scribe.openfile("c:\save.txt", 0)
  scribe.writestring(gSave)
  scribe.closefile()
------------------------
The problem is that gSave is not a string, how do i turn the list into a
string?

thanx Magnus

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to