Subject Re: Commenting whole procedures
Author Milan Babuskov
--- rogervellacott wrote:
> How do you comment out the entire contents of a procedure, including
> the comments within the procedure itself?

For entire proc, just EXIT; at start.

For parts, I usually put something like this:

-----------------------
if (2 = 1) then begin

...code to comment out


end
-----------------------

--

Milan Babuskov
http://www.guacosoft.com