What statement can I use to just END the vbscript, for debugging.
These don't work:
End
Exit
Quit
I want to be able to edit my script, type in a statement to kill the script when it gets to that line, save and close it, then run it and have it get to that statement and then end.
tod