Did you ever want to do a Multi-Edit sort on more than one field, in mixed ascending/descending order?
Did you ever want to sort by date, where the date was in a funky format?
Did you ever want to eliminate duplicate records when you sorted? Or do summary sorts?
Have I got a deal for you!
The attached file contains NWSSORT.S the macro and NWSSORT.PDF the documentation. The .S file contains NWS_SortMenu and NWS_TextSort, which are direct replacements for the standard Multi-Edit SortMenu and TextSort macros.
For the newbies, installation instructions:
- > Download, unzip, and save to a good place: C:\MEW\SRC\NWS or some such.
> Read the documentation. Most of it, anyway.
> Open NWSSORT.S in Multi-Edit. Compile it: Tools|Execute compiler|Compile CMacWin macro.
> Change your Text|Sort menu entry to run NWSSort^NWS_SortMenu rather than SortMenu: Tools|Customize|Keys/Commands, do a Search for 'SortMenu', and make the appropriate changes.
> Or you can try it out before changing your keymap by doing Macro|Run and entering NWSSort^NWS_SortMenu.