![]() |
Identifier Expected? VB
So when I was writing code to a program it gave me a error in the first line that said "Identifier Expected" here is the code to the program.
Code:
Public Class |
Your class has to have a name ...
Public Class <somename> Would take care of that error. (obviously replace '<somename>' with the class name of your choice. |
| All times are GMT +1. The time now is 04:21 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.