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 to get free file location in memory?

1 Answers  


What is rdo in vb?

0 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


What about DLL calls that require callbacks?

0 Answers  


How do I create a new form in visual basic?

0 Answers  






What is difference between datagrid and flexgrid?

3 Answers   InfoWorld, TCS,


How to check the condition in Msgbox?

3 Answers  


Is there a way to break long lines in VB code?

0 Answers  


What is the difference between modal and moduless window?

2 Answers  


How to change the Mouse Pointer?

2 Answers  


What is ADO? What are its objects ?

1 Answers  


What is the use of Visual Basic Document file?

0 Answers  


Categories