Hi, I have a file with say the value "02" in it.
I can open the file, lock the file, read the value, increment the value and do a write but the write always appends and never over-writes the exisitng value. I of course then unlock and close. I do a seek before the write to the beginning of the file, even checked with "tell" and it returns "0",but the following print or syswrite always appends. Why? How do I over-write? Thanks Ken -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]