Link to home
Start Free TrialLog in
Avatar of Enderscz
Enderscz

asked on

What is the error in this section of code?

Dim scholar As Student
Private Sub btnGo_Click(...) Handles btnGo.Click
   Dim firstName as String
   scholar.Name = "Warren"
   firstName = scholar.Name
End Sub
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

You should click on "Request Attention" and tell them what language you are using so your question will be put in the right zone.
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial