You can use MS Word
When you do a replace, you can use combo of chars to represent special chars
^t = tab
^p = carriage return
so you can replace your text with ^tsometext^p
That help?
If you want to do it code... umm what language are you using? heh