how can i invert the writing to a file. Normaly after puts a new line is appended at the bottom, but how invert this process and get the new data written on the top?
<font size=-1>[ This Message was edited by: Black on 2002-05-21 15:18 ]</font>
well u can read the new line to a variable then overwrite the whole thing with the new line and then add the old lines at the end...
this seems to me like a very slow way to do it so there is probably some better way....which I don't know
..but I think it should work.