|
|
|
VB5 and VB6 environments include a pair hidden commands that let you remark and unremark a group of statements. These commands are hidden in the sense that they can be found on the secondary Edit toolbar that isn't displayed by default. To make these commands available, right-click anywhere on the main toolbar and select "Edit".
However, you should be aware that there is another method that lets you quickly exclude a group of statements from the execution flow. The trick is simple: just put a #If 0 Then ... #End If directive around the statement block, as in: |
This second method works also under VB4 and has the added advantage that you can "un-comment" the block of statements by simply changing the "0" into any non-zero value. The only limitation is that the statements in the block must be syntactically correct, otherwise the program won't compile.
|
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
|
|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|