Very basic question:
If I have a piece of code with Try...Catch :
Code:
Try[green]
'Some code goes here[/green]
Catch ex As Exception
MsgBox(ex.Message)
Finally
End Try
Is that possible?
Have fun.
---- Andy
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Try[green]
'Some code goes here[/green]
Catch ex As Exception
MsgBox(ex.Message)
Finally
End Try