Adding text to specific position in a file

nibsy

Well-known member
Joined
Aug 7, 2002
Messages
51
Location
Kent, UK
I am reading the contents of a text file into an array. I then wish to write the contents of the array to another text file.

However I wish to add an 8 character string to each line of the new file. This string must start at the 248th character of every line.

How can this be done? (with string.insert?)
Thanks in-advance.
 
Back
Top