GerritGroot
Technical User
Hi,
Imagine that I've got a text file with, let's say, a hundred lines and I want to write something on line 34 without deleting the other lines.
Can this be done without rewriting all other lines?
I tried with combinations of ACCESS='APPEND' and then a REWIND(), but that deletes all stuff underneath the specific line (in this case 34)
Thanks,
Gerrit
P.S.: My file is ASCII, and not of a fixed format
Imagine that I've got a text file with, let's say, a hundred lines and I want to write something on line 34 without deleting the other lines.
Can this be done without rewriting all other lines?
I tried with combinations of ACCESS='APPEND' and then a REWIND(), but that deletes all stuff underneath the specific line (in this case 34)
Thanks,
Gerrit
P.S.: My file is ASCII, and not of a fixed format