How does the following statements work?
On Error Goto Err_Handler
Answers were Sorted based on User's Feedback
On Error Goto Err_Hanler_A
When error occuring on any line inside the
function/subroutine, it skip the execution of other lines
and will goto the label Err_Hanler_A.
Is This Answer Correct ? | 2 Yes | 0 No |
How do I access C style strings?
Why we use Treeview Control?
How does the following statements work? On Error Goto 0
Is there any way to pass a variable to a form apart from using global variables?
What is a Type Library and what is it's purpose ?
What two methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?
What is the need of tabindex property is label control?
How can you check Beginning and End of the file?
What kind of components can you use as DCOM servers?
Which type of object requires this object?
HTML stands for What? Use of HTML ?
What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?