- Posted by
- I was able to get the results I was looking for with the following script. Thank you so much for your assistance! There's no way I would've gotten this without your help lol if (UltraEdit.document.length > 0) // Is any file opened? { // Define the environment for this script. UltraEdit.insert...Posted in Scripts
-   Topics
-   Views
- Chizzmon
Mar 31, 2023
- Thank you for the response! Sure, below is the source before the script and the results I'm looking for after. I think I was complicating it by replacing GO TO by GO TO PERFORM . What I need to search on is any string that's between GO TO and -EXIT . perform j000-main thru j000-exit go to j000-exit ...Posted in Scripts
-   Topics
-   Views
- Chizzmon
Mar 30, 2023
- Hello, I'm trying to do the following with a script, but I'm having a hard time doing so. I have a COBOL program that I'm looking through to make sure procedures are called correctly, but I'm trying to write a script to automate it. Example of code I'm trying to find: perform j000-main th...Posted in Scripts
-   Topics
-   Views
- Chizzmon
Mar 30, 2023