- Posted by
- Arghhh!!!! Thanks. :oops: I stared at this for hours and kept missing that. Just an FYI, I added the UltraEdit.outputWindow.showWindow(true); line Ovg suggested and it still didn't open the Output Window until I corrected the syntax errors. The JavaScript engine must syntax check the entire script f...Posted in Scripts
-   Topics
-   Views
- brianholl89
Feb 10, 2016
- I created a script to count the number of characters in a double quoted string and return the value to the user with a messageBox call. // string length calculator var len = 0; var startFound = false; var endFound = false; var msg = "Initial Message"; while (!UltraEdit.activeDocument.isChar('"') && ...Posted in Scripts
-   Topics
-   Views
- brianholl89
Feb 10, 2016