On Wed, 19 Jun 2002 12:24:54 -0500, Pic Dude wrote: >[PIC seems to be the best tag for this]... > >Is there any way to comment out a block of code in MPLAB, w/o >dropping a semi-colon on every single line? Could not find an >answer to this in the MPLAB users' guide. > There may be other ways to do this but my practice is to use an if/endif pair. Immediately before the code I want to eliminate I insert the line: if 0 When I want to end the 'commenting', I insert the line: endif Works like a champ. Regards, Bob -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body