- Posted by
-   Topics
-   Views
- Danh15
Nov 24, 2007
- What is the correct way to end a script? Many times I am in the middle of an infinite While loop or something and when some condition occurs, I just want to have the script stop. I have tried "quit()" and that stops the script but returns an error on that line. What is the 'officially suggested' way...Posted in Scripts
-   Topics
-   Views
- Danh15
Nov 24, 2007
- Thanks. I'll add those options. Yes, there is a blank following the colon in the file I am working on. So it looks like you can embed the ^p, ^t, etc right in the text like you would if you were manually searching for it? Also, is there any way to get the script to pause and then continue after some...Posted in Scripts
-   Topics
-   Views
- Danh15
Nov 16, 2007
- In a script, I want to search for some text that has a hard return in it (DOS text file) and then delete it by replacing it with a null string "". The text is something like: changetype: add <--- hard return after 'add' loginDisabled: If I put the following line in a script, it doesn't work: UltraEd...Posted in Scripts
-   Topics
-   Views
- Danh15
Nov 16, 2007