|
-
Nov 2nd, 2006, 08:38 AM
#1
Thread Starter
Member
Append text at a certain row in a txt-file
Hi.
I'm trying to append text to a txt file at a certain row.
For example:
a
b
c
d
And after I run the program and append 'z' at row 3, it should look like:
a
b
cz
d
Does anyone know how to do this? I can't seem to get append to work, only overwriting.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|