8 lines
112 B
VB.net
8 lines
112 B
VB.net
|
|
Sub foo2()
|
||
|
|
On Error Resume Next
|
||
|
|
Operation1()
|
||
|
|
Operation2()
|
||
|
|
Operation3()
|
||
|
|
Operation4()
|
||
|
|
End Sub
|