Hello. I'm new to VBScript, writing a script to run with Windows Scripting Host.
In the event of an error in my input stream I want to simply display a message and stop execution immediately. I don't want to bother with passing control back up to higher-level subroutines. There doesn't seem to be a STOP statement like I remember from earlier forms of BASIC that I used many years ago. Is there some other way to do it?
Sorry for such a newbie question! Any help would be much appreciated.
In the event of an error in my input stream I want to simply display a message and stop execution immediately. I don't want to bother with passing control back up to higher-level subroutines. There doesn't seem to be a STOP statement like I remember from earlier forms of BASIC that I used many years ago. Is there some other way to do it?
Sorry for such a newbie question! Any help would be much appreciated.