In-line Comments...

Mothra

Well-known member
Joined
Nov 26, 2002
Messages
173
Location
Fresno, California
I know this may seem like a dumb question but, is it possible to use in-line comments in VB .NET? I know that in C# you can do this:
Code:
Some code and then /* Your comments */ and some more code
 
Afraid not, VB only supports the or REM command both of which comment to the end of the line.
Then again VB still doesnt have multi line comments either <sigh>
 
Back
Top