Microsoft bypasses syntax error in Upgrade Your Game Tutorials

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I first started studying VB.NET with the Upgrade Your Game tutorials and I
found certain, I guess arrays, that don't show up as syntax errors when you
first load the template, but if you try to type this code for yourself you
will get the syntax error.

The code include variables in this area:

Private _bases As Base() = New Base(3)()

In "NewBase(3)()" the "()" is where you get the syntax error if you simply
delete one of the parenthesis and retype it.

I would love to know how to make syntax errors new usable code like
Microsoft did. in this crap!
 
Back
Top