Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Comments 1

Status
Not open for further replies.

risk99

Technical User
Mar 23, 2003
44
US
Hi! How do you comment out a block (ex. 20 lines) of codes at once, so the the codes will be ignored when you debug. Thanks!
 
try something like

comment1=0
if comment1 =1 then
.
.
.
.
else: end if

andrew299

It may have hit every branch on its way out of the ugly tree, but hey! It works. (but don't quote me on that)
 
If you want to do this in design mode, display "edit" toolbar, here you have comment/uncomment block buttons. Another way - customize menu and add items from "edit" group

combo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top