Re: Inserting a line of text into a file

2002-09-29 Thread John W. Krahn
Griggs Rob wrote: > > Im trying to write a line of text to a file but when i do this the text is > written but onto the front of the next line. I want it to write the text > into the file on its own line after the found line! > > The below code is replacing the regular expression with the line o

Inserting a line of text into a file

2002-09-29 Thread Griggs Rob
Im trying to write a line of text to a file but when i do this the text is written but onto the front of the next line. I want it to write the text into the file on its own line after the found line! The below code is replacing the regular expression with the line of text (which is not what i wan