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