|
Subject:
|
How to multiline comment in vb.net ?
|
|
Posted By:
|
MisbahAnsari
|
Post Date:
|
9/19/2003 7:09:40 PM
|
Hello all, I want to know how we do multiline comments in vb.net and others C# ect. Thanks in advance, Misbah H. Ansari.
|
|
Reply By:
|
Imar
|
Reply Date:
|
9/19/2003 7:25:45 PM
|
Hi there,
The only way to do multi-line comments in VB.NET is to do a lot of single line comments ;-)
Really, the only option you have is the single tick (') in front of a line.
You can use Ctrl+K, Ctrl+C and Ctrl+K, Ctrl+U to comment or uncomment selected lines of text. In C# you can use /* ... */ to comment an entire block of code.
Cheers,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|