>Is there  Some way to just delete
>the last char of the text file each time it opens
>it to save and then write to it

How about:

theText = readFile (theFile)
delete theText.char[theText.length]
writeString (theFile, theText)

Does that do what you want? I got a little lost in the part about the 4 and 
the 3 and 0 and the 4th 0 of the third minor seventh.

Cordially,

Kerry Thompson


[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