iliekater Level: Master
 Registered: 04-02-2005 Posts: 129
|
Reading and writting data in a file
I know one can use the Open for Input and the Open for Output statements , but is there a way to write in a file on specific line ?
For example , in a file of mine I have stored some variables :
.....
"air" , "3" , "bla bla bla"
......
I want to go and write directly on the line above , not to write the whole file again . Is it possible ? Let me specify here that I know the exact line (number or row) at which I want to write my new variables . The problem is how do I write at exactly that line ? ...
|