|
-
Jun 22nd, 2000, 07:13 AM
#1
Thread Starter
Lively Member
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]
The blessing of God enriches and it doesn't increase pains
-
Jun 22nd, 2000, 07:22 AM
#2
Can you please rephrase that? i do not understand what you mean.
-
Jun 22nd, 2000, 07:23 AM
#3
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 22nd, 2000, 09:08 AM
#4
Thread Starter
Lively Member
Hi Excuse me
How I put comments lines in VB , in many lines
How I return value from Stored Procedure to VB ?
The blessing of God enriches and it doesn't increase pains
-
Jun 22nd, 2000, 10:45 AM
#5
transcendental analytic
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
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 22nd, 2000, 11:23 AM
#6
Lively Member
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|