07-11-2008, 07:31 PM
If i understand your third question, you want to stop running your script on a definite event. Is that right?
Then you can use somisays link to the other post...
Or do you mean a testing situation and you only want to test a small part of your script?
In this case you can insert a breakpoint (Debug>Insert/Remove Breakpoint) at your current line, so that your script automatically stops at this point instead of running through the whole script.
Then you can use somisays link to the other post...
Or do you mean a testing situation and you only want to test a small part of your script?
In this case you can insert a breakpoint (Debug>Insert/Remove Breakpoint) at your current line, so that your script automatically stops at this point instead of running through the whole script.