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 to quit?
Also it seems that sometimes a break() will not work or give you a script error. In what constructs can you use the break() command?
Dan
What is the 'officially suggested' way to quit?
Also it seems that sometimes a break() will not work or give you a script error. In what constructs can you use the break() command?
Dan