Search found 1 match

by ksk051182
Thu Aug 14, 2003 5:34 pm
Forum: General
Topic: Inserting new lines for entier text file
Replies: 2
Views: 417

Inserting new lines for entier text file

8) Hello everyone,
Can anyone help me with this?
I want to add new lines for entire text file.

Example:

Hello Bob,
How are you doing?
I'm doing good.

After inserting new lines

Hello Bob,

How are you doing?

I'm doing good.


I have used

Find what: \n
Replace with: \n\n

and don't work......