Free Web Hosting, Free Hosting, Free ASP Hosting - 1ASPHost.com
    

    Domain Registration
    Free Hosting
    Web Hosting
    E-mail Accounts
    FAQs
    Contact Us

    Learn ASP
    Databases
    Articles
    Terms of Service
    Home

If at any point you want to stop the script before running any remaining command you just need to call the Response.End command.  Example:

If A < 100 Then
    Response.End  'If the script can't run with A
less than 100, then don't run any more of it.
End If

By: Matthew Holder