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 properties of datacontrol?

0 Answers  


How would you attach pictures in Treeview Control?

1 Answers   HCL,


What is shortcut menu and explain "The ole control's shortcut menu".

0 Answers  


How does the following statements work? On Error Goto 0

4 Answers  


What are some methods you can use to send data from one VB executable to another one?

0 Answers  






___ argument can be used to make a menuitem into bold.

0 Answers  


Which language is used in visual basic?

0 Answers  


What is the difference between Property Get, Set and Let.

1 Answers  


How many File System Controls are there ? Explain.

0 Answers  


what are the Differences between ActiveX Exe and Dll?

2 Answers  


Explain the creation project schedule.

0 Answers  


Difference between Recordset and Querydef?

2 Answers   3i Infotech, IBM, TCS,


Categories