Message 1 of 3
First time for error handling... will this work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my application a particular file is deleted with a click event of a check box.
Is this proper error handling?
On Error Resume Next
Kill (strPCNlockFile)
The error would happen if for some reason the file doesn't exist.
Is this proper error handling?
On Error Resume Next
Kill (strPCNlockFile)
The error would happen if for some reason the file doesn't exist.