Thread: Exit VBScript
View Single Post
  #3  
Old 12-14-2005, 01:08 PM
rjones0604 rjones0604 is online now
Registered User
 
Join Date: 12-02-2005
Posts: 4
So what you're really saying is that there is no way to exit a script, the script 'code' must completely execute. If I want to stop execution, I have to enclose the entire remainder of the script inside an 'If' test...

BTW, putting code in a subroutine and using the sub's 'Exit Sub' call does not shutdown a script, it merely exits the subroutine.
Reply With Quote