- Posted by
- Thanks a lot Mofi for the tip. I hope this will help many script programmers here who do not know about it, I am one. I am using below code to cancel a script. Is there a way to use "YesNoMsgBox" thing for it? yesno = UltraEdit.getString("Confirm delete lines : (y/n) ",1); if( yesno != "y") { return...Posted in Scripts
-   Topics
-   Views
- Anand
Nov 24, 2016
- I want to abort/break/cancel/exit a script execution by script code, i.e. after user input via getstring(), I want to abort further processing of the script, depending on input value. I can use if-else(){}, but I want to use abort script command. I searched the help and the forum but could not find ...Posted in Scripts
-   Topics
-   Views
- Anand
Nov 23, 2016
- Hi Mofi, Thanks a lot for the script. It is working perfectly. :D parseInt() was the function I needed. In some of my codes I have version number like below: #define APP_VER "10.0.449 Beta" Since "Beta" is added to it, the script needed some modification. I added the code for it and also ad...Posted in Scripts
-   Topics
-   Views
- Anand
Aug 31, 2016
- Hi All, I want to make a script which will search for a sting having numbers and increment the found number. Say, below is the text in the opened file #define APP_VER "10.0.55" #define APP_NAME "[AddonName]" #define APP_TITLE "[AddonName]" I can search for the "APP_VER" and also get the number "10.0...Posted in Scripts
-   Topics
-   Views
- Anand
Aug 30, 2016