1) as I place a block how comment in VB?
2) as I can come back parameters of a stored procedure with many selects?
thank you in advance
[email protected]
Printable View
1) as I place a block how comment in VB?
2) as I can come back parameters of a stored procedure with many selects?
thank you in advance
[email protected]
Can you please rephrase that? i do not understand what you mean.
What do you mean?
Hi Excuse me
How I put comments lines in VB , in many lines
How I return value from Stored Procedure to VB ?
Still a bit unclear
You can put several comments like this:
' comment comment comment
' comment comment comment
a function procedure returns a value
value=functionname(parameters...)
I'm probably just guessing what you try to ask here
If you want to comment or uncomment a large block of code in VB6, use the Edit toolbar. There are buttons on there for doing this. (View>Toolbars>Edit).
If this is a feature you use regularly, you can also customize the right mouse menu and add these buttons to it.
Click View>Toolbars>Customize
Check the Edit and Shortcut Menus items
Drag the comment block command from the edit menu to Code Windows>Code Window
Close them both
Now when you right click on a selected block of text in the code window, you can comment it.
[Edited by Andrew Empson on 06-23-2000 at 12:27 AM]