I have the following macro, which allows me to rearrange
1
2
3
to
3
2
1
but I would like to be able to rearrange
1
2
3
4
5
to
543
21
Would appreciate an edit to get this working, please. Also, are there any resources available for people wanting to create custom macros for UE or do we have to rely on these forums?
InsertMode
ColumnModeOff
HexOff
UnixReOn
Top
ColumnModeOn
ColumnInsert " ~"
Top
ColumnInsertNum 1 1
Top
SortDes Numeric 1 -1 0 0 0 0 0 0
Top
Find RegExp "^\d+ +~"
Replace All ""
ColumnModeOff
1
2
3
to
3
2
1
but I would like to be able to rearrange
1
2
3
4
5
to
543
21
Would appreciate an edit to get this working, please. Also, are there any resources available for people wanting to create custom macros for UE or do we have to rely on these forums?
InsertMode
ColumnModeOff
HexOff
UnixReOn
Top
ColumnModeOn
ColumnInsert " ~"
Top
ColumnInsertNum 1 1
Top
SortDes Numeric 1 -1 0 0 0 0 0 0
Top
Find RegExp "^\d+ +~"
Replace All ""
ColumnModeOff