Sep 25, 2007 #1 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US In regular VB, the End statement immediately halts execution. Is there an equivilant statement for VBScript?
In regular VB, the End statement immediately halts execution. Is there an equivilant statement for VBScript?
Sep 25, 2007 1 #2 dm4ever Technical User Joined Jul 3, 2006 Messages 991 Location US WScript.Quit -------------------------------------------------------------------------------- dm4ever My philosophy: K.I.S.S - Keep It Simple Stupid Upvote 0 Downvote
WScript.Quit -------------------------------------------------------------------------------- dm4ever My philosophy: K.I.S.S - Keep It Simple Stupid
Sep 26, 2007 Thread starter #3 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US Great. Thanks! Upvote 0 Downvote