- Posted by
- Hi experts, last time Mofi helped me to develop this code for repacing 0000 to XX00 at the beginning of a line: UltraEdit.activeDocument.top(); if (UltraEdit.document.length > 0) // Is any file opened? { // Define environment for this script. UltraEdit.insertMode(); // UltraEdit.columnMode...Posted in Macros
-   Topics
-   Views
- netkid_
13:58 - Nov 29
- Hi all, I want to replace all 0000 at the beginning of every line in the actual file with two letters AB with a script. 00000012345678 . . . 00000001234567 . . . 00000000123456 . . . 00000012345678 . . . My code: UltraEdit.activeDocument.top(); UltraEdit.activeDocument.findReplace.replaceAll=true; U...Posted in Scripts
-   Topics
-   Views
- netkid_
Sep 14, 2023