- Home
·
- Miscellaneous
·
- Useful for wanting to find an associated error decription with its error number. Useful for excepti
Useful for wanting to find an associated error decription with its error number. Useful for excepti
Useful for wanting to find an associated error decription with its error number. Useful for exception handling, since you might want to locate
Rate Useful for wanting to find an associated error decription with its error number. Useful for excepti
(1(1 Vote))
'button control on your form. Note that this program will
'only be executed once, since an error will be raised, the
'purpose is for you to view all syntax and runtime errors
'given its error number, you can view any error description,
'this would be useful for when you may wanna run a certain
'runtime or syntax error when writing other programs.
ErrorNumber = InputBox("Enter the error number you wish to view it's description")
Err.Raise (ErrorNumber)
Useful for wanting to find an associated error decription with its error number. Useful for excepti Comments
No comments yet — be the first to post one!
Post a Comment