This might seem like a cheeky reply but I don't know
But just in case you don't know there is a toolbutton available in the VB IDE which comments out a whole selection and a corresponding one which removes comments from a selection
They are available on the Edit Toolbar
Mark
You can't make a block of comments in VB like you can in C++
The difference in C++ a block comment is:
[tt]
/*This is the start of the block
Second Line
Third Line
And the end of the comments*/
[/tt]
With VB it would have to be.
[tt]
'This is the start of the block
'Second Line
'Third Line
'And the end of the comments
[/tt]
The difference is that in VB each line comment must be preceeded with ' Craig, mailto:sander@cogeco.ca
Remember not to name the Lambs...
It only makes the chops harder to swallow
You can make a block of comments by highlighting your code and clicking comment block botton in the Edit menu. You need select this menu in view, and toolbar, you will find the icon after that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.