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

What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What type of multi-threading does VB6 implement?

3 Answers  


___ property used to add a menus at runtime.

0 Answers  


Explain about control properties?

0 Answers  


What is OLEDB?

0 Answers  






Is it possible to call oracle database through ADO control or Object?

1 Answers  


Is the Variant type slower than using other variable types?

0 Answers  


How to down load image properties.

0 Answers  


what is Option Implicit

12 Answers   Cognizant, Primus Global,


How to load and unload child forms.

0 Answers  


What is the difference between modal and moduless window?

2 Answers  


What is ODBC?

1 Answers  


Categories