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 are the Controls which do not have events ?

1 Answers  


How do I make the mouse cursor invisible/visible?

0 Answers  


Binary Access-method isused to access file in which manner?

0 Answers  


How to test the AX stat class?

0 Answers  


How would you find out the value property in Slider Bar Control?

0 Answers  






What are the Internet tools available in VB 6.0?

0 Answers  


Clear property is available in hich control?

2 Answers  


What is Mask Edit and why it is used?

0 Answers  


what is the difference between procedures,attributes and functions?

1 Answers   Microsoft, Patni,


Explain what is Visual basic?

0 Answers  


How do I implement an accelerator key for a text box?

0 Answers  


Does VB support pointers to functions?

0 Answers  


Categories