Differences
This shows you the differences between the selected revisions of the page.
| 2012-03-21 | 2012-03-22 | ||
| try catch finally in jscript (martin) | no need to clear the error, when there's none (martin) | ||
| Line 92: | Line 92: | ||
| WScript.Quit 1 | WScript.Quit 1 | ||
| End If | End If | ||
| - | |||
| - | ' Clear the error | ||
| - | Err.Clear | ||
| ' Restore default error handling | ' Restore default error handling | ||
| Line 143: | Line 140: | ||
| WScript.Quit 1 | WScript.Quit 1 | ||
| End If | End If | ||
| - | |||
| - | ' Clear the error | ||
| - | Err.Clear | ||
| ' Disconnect, clean up | ' Disconnect, clean up | ||