Hello,
How can I comment blocks of code?
instead of doing something like this...
'bla bla
'bla bla
'bla bla
thanks
bryan
Printable View
Hello,
How can I comment blocks of code?
instead of doing something like this...
'bla bla
'bla bla
'bla bla
thanks
bryan
Unfortunately, VB does not have the feature to code multiple lines.
thank you,
i thought i was going crazy because i couldn't find what would seem to be an easy thing to do in any of my books or on the internet...it seems a bit ridiculous for vb not to implement block commenting...
bryan %)
VB won't let you comment blocks like in C with /* Comment */, but you can add the 'comment to each line quickly:
Open the Edit toolbar by selecting View > Toolbars > Edit. The toolbar has buttons for adding and removing comment characters from a selected block of code.