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