I have a text file that contains about 10,000 lines. I need to add
",?" (no quotes) to the end of each line.
How do I do that?
TIA
Steve
Assuming that each line ends with a paragraph return, use Edit>Replace with
^p in the Find what control and ,?^p in the Replace with control.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a text file that contains about 10,000 lines. I need to add
> ",?" (no quotes) to the end of each line.
[quoted text clipped - 4 lines]
>
> Steve