Hello,
I'm ok reading from .txt files and writing to new ones...
BUT
I'm wanting to work my way through an alphabetised text file and insert a line mid way through the file.
Is it a simple matter of
open file for input as xxx
write xxx, "blah blah"
when im at the appropriate place?
or is there an insert line statement(or similar) required?
Thanks in advance
I'm ok reading from .txt files and writing to new ones...
BUT
I'm wanting to work my way through an alphabetised text file and insert a line mid way through the file.
Is it a simple matter of
open file for input as xxx
write xxx, "blah blah"
when im at the appropriate place?
or is there an insert line statement(or similar) required?
Thanks in advance