reverse selected lines
Posted: Thu May 23, 2002 2:52 pm
I need to reverse the order of selected lines. Any suggestions?
Thanks.
Thanks.
So frigging clever!Ed wrote:Replace all (reg exp)
^
with
\i\t
Sort (F9) First key From:1, Length:10, Descending, Numeric
Replace all (reg exp)
^[[:digit:]]+\t
with
(blank)
voila
could be made a macro I guess