nibsy Posted December 17, 2002 Posted December 17, 2002 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. Quote
*Gurus* Derek Stone Posted December 17, 2002 *Gurus* Posted December 17, 2002 Yes, String.Insert() should work quite well in a For/Next loop. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.