Stupid Q perhaps, but cannot find the right command...
How do I exit from a VBScript in the middle of the code?
I tried
exit
exit program
exit sub
return
return 0
etc,
but none of those is right.
This is just a plain script running from command-line, nothing web-related.
TIA,
------------------------------------ grz01
WScript.Quit [exitcode]
--
Björn Holmgren
"Björn Holmgren" <bjo...@hotmail.com> wrote in message news:<FV8we.6458$hV3....@nntpserver.swip.net>...
>
> WScript.Quit [exitcode]