Mothra Posted October 28, 2003 Posted October 28, 2003 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: Some code and then /* Your comments */ and some more code Quote Being smarter than you look is always better than looking smarter than you are.
Administrators PlausiblyDamp Posted October 28, 2003 Administrators Posted October 28, 2003 Afraid not, VB only supports the ' or REM command both of which comment to the end of the line. Then again VB still doesn't have multi line comments either Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Mothra Posted October 28, 2003 Author Posted October 28, 2003 That's what I thought. Oh well Quote Being smarter than you look is always better than looking smarter than you are.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.