- Posted by
- Yes, you are right. It is not possible with UltraEdit v27.10.0.164 to sort lines numeric according to number at beginning of the lines according to key 1 and on identical numbers alphabetic according to the strings defined by key 2. If a string of a key cannot be successfully converted to a number, ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
Dec 11, 2020
- The following UltraEdit script can be used to sort the words on every (selected) line in a not too large file without sorting the lines in the file. if (UltraEdit.document.length > 0) // Is any file opened? { // Define environment for this script. UltraEdit.insertMode(); if (typeof(UltraEd...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
Dec 10, 2020
- The Sort feature sorts always entire lines in selected block or entire file. It does never sort words (space/tab separated strings) within a line. An UltraEdit script would be required for such a words sort within each line. An example demonstrating numeric and column based sorts. The file contains ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
Dec 10, 2020
- The command String at every increment in menu Insert (toolbar/menu mode with traditional menus) or on tab Edit in popup menu of Insert item (ribbon mode) or in submenu Insert item in menu Edit (toolbar/menu mode with contemporary menus) is not the command Insert/fill columns in contemporary menu Edi...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
Dec 06, 2020
- It seems that record length means line length + length of lines delimiter (2 for DOS and 1 for Mac/Unix) Mac.PNG Mac1.PNG Dos.PNG dos1.PNGPosted in UltraEdit General Discussion
-   Topics
-   Views
- Ovg
Dec 06, 2020