E
Eric Robinson
I created a new Windows Application project in VB 2003. Aside from the
Windows generated code, this is all I added to the form:
Dim a as String
a="foo"
Believe it or not, the second line generates an error. VB underlines the "a"
with the message "Declaration Expected."
The same code compiles fine on someone else's computer.
Can anyone help me understand this?
--Eric
Windows generated code, this is all I added to the form:
Dim a as String
a="foo"
Believe it or not, the second line generates an error. VB underlines the "a"
with the message "Declaration Expected."
The same code compiles fine on someone else's computer.
Can anyone help me understand this?
--Eric