How to line up list of var's?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
Siaruzb
Posts: 20
Joined: Thu Jul 27, 2006 6:02 pm

How to line up list of var's?

Post by Siaruzb »

I have list of variables in one column:

Q59BA
Q60BA
Q61BA
Q62BA
Q63BA
Q64BA
Q65BA
Q66BA
Q51CA

Please advise how to put them in one row like this:

Q59BA Q60BA Q61BA Q62BA Q63BA Q64BA Q65BA Q66BA Q51CA

Thanks.
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: \n
Replace with: _ [Replace the underscore with a space]

[X] Regular expression
This doesn't use regular expressions, but TextPad only interprets \n as a newline (in both the search and replacement expressions) if you select Regular expression.
Siaruzb
Posts: 20
Joined: Thu Jul 27, 2006 6:02 pm

Post by Siaruzb »

Great. Thank you very much ben_josephs
Post Reply