Page 1 of 1

How to line up list of var's?

Posted: Tue Jun 30, 2009 3:28 pm
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.

Posted: Tue Jun 30, 2009 4:13 pm
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.

Posted: Tue Jun 30, 2009 4:40 pm
by Siaruzb
Great. Thank you very much ben_josephs