Group comments

Joined
Mar 28, 2005
Messages
17
Programming Experience
Beginner
Hi everyone,

Do you guys know how to add group comments in vb.net just like in Java?

/*
*
*
*/

Thanks.
 
Yes. But if i have a group of codes, do i have to go line by line and put down

' code
' code
' code

How do i comment out a group of code like
/*
code
code
code
*/
 
Ok i see what you want (I'm not familiar with java..). I think you do have to put it on each line. I've never seen any other way's, although I guess I've not really loooked...
 
Back
Top