Denaes Posted March 8, 2004 Posted March 8, 2004 Is this possible in vb.net? I saw this used in J# and C# as well as Java and I think it makes commenting much easier. Quote
Administrators PlausiblyDamp Posted March 8, 2004 Administrators Posted March 8, 2004 Afraid not - for some reason they don't seem to like multi line comments in VB. As far as I'm aware this isn't likely to change in the next version either.... Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Denaes Posted March 8, 2004 Author Posted March 8, 2004 Really? wow... that strikes me as strange. I mean I know that not everyone would use it, but I don't see a reason to keep it from the language. What is it, some sort of perk to get you to cross over to C# or something? Quote
samsmithnz Posted March 8, 2004 Posted March 8, 2004 There is no syntax for multiline comments, but there are toolbar buttons that work when you select blocks of code. Quote Thanks Sam http://www.samsmith.co.nz
Leaders dynamic_sysop Posted March 8, 2004 Leaders Posted March 8, 2004 you can always use the good old method of multi line commenting , _ at the end of your comment line. eg: [color=Green]'/// a multi line _ Comment _ like this.[/color] Quote
Denaes Posted March 10, 2004 Author Posted March 10, 2004 I understand why some posts in this topic were deleted. Why was this moved to Random Thoughts? Its a strictly vb code related question. Just curious (and glad offending post was removed) Quote
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.