Private myVariable [B]As[/B] Integer
Private Function myFunction() [B]As[/B] Integer
I am writing a project VB.NET2005 where I declared a Function Capture_error() but it show following error:
"Function without an 'AS' clause;return type of object assumed"
What can I do for it
![]()