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.
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.