How does the following statements work?

On Error Goto Err_Handler

Answers were Sorted based on User's Feedback



How does the following statements work? On Error Goto Err_Handler..

Answer / sundarraj v.

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 does the following statements work? On Error Goto Err_Handler..

Answer / guest

control switches to err handler

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

How do I access C style strings?

0 Answers  


Why we use Treeview Control?

2 Answers  


How does the following statements work? On Error Goto 0

4 Answers  


Is there any way to pass a variable to a form apart from using global variables?

0 Answers  


What is a Type Library and what is it's purpose ?

1 Answers  


What two methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?

1 Answers  


What is the need of tabindex property is label control?

0 Answers  


How can you check Beginning and End of the file?

2 Answers  


What kind of components can you use as DCOM servers?

1 Answers   Hudson,


Which type of object requires this object?

0 Answers  


HTML stands for What? Use of HTML ?

1 Answers  


What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?

1 Answers  


Categories