So who is a notepad wizard?

treemonkey

Senior member
Mar 8, 2002
391
1
0
I've got a .txt file with integers in it 1,2,3,4

I want to replace each comma with "Enter" so that each number is on it's own line like this:

1
2
3
4

However, when I click Edit -> Replace I can't enter "Enter" in the "Replace" field. Anyone else faced this?
 

KLin

Lifer
Feb 29, 2000
30,222
568
126
well, microsoft word will replace them with a carriage return, but wordpad/notepad won't.
 

treemonkey

Senior member
Mar 8, 2002
391
1
0
I know it can be done in excel or word, I was just looking for a way to use a prog that everyone with windows has.

I tried the suggestions and they didn't work. /n ^p Were they sarcastic suggestions or am I doing something wrong?

 

PlatinumGold

Lifer
Aug 11, 2000
23,168
0
71
Originally posted by: treemonkey
I know it can be done in excel or word, I was just looking for a way to use a prog that everyone with windows has.

I tried the suggestions and they didn't work. /n ^p Were they sarcastic suggestions or am I doing something wrong?

^p works in word. :(

i just guessed that it might work in Notepad, doesn't tho. sorry about that.

 

treemonkey

Senior member
Mar 8, 2002
391
1
0
Originally posted by: PlatinumGold
Originally posted by: treemonkey
I know it can be done in excel or word, I was just looking for a way to use a prog that everyone with windows has.

I tried the suggestions and they didn't work. /n ^p Were they sarcastic suggestions or am I doing something wrong?

^p works in word. :(

i just guessed that it might work in Notepad, doesn't tho. sorry about that.


Ok. thanks. I guess I'll have to look some more.