Subject | Re: Commenting whole procedures |
---|---|
Author | Milan Babuskov |
Post date | 2007-05-21T16:45Z |
--- rogervellacott wrote:
For parts, I usually put something like this:
-----------------------
if (2 = 1) then begin
...code to comment out
end
-----------------------
--
Milan Babuskov
http://www.guacosoft.com
> How do you comment out the entire contents of a procedure, includingFor entire proc, just EXIT; at start.
> the comments within the procedure itself?
For parts, I usually put something like this:
-----------------------
if (2 = 1) then begin
...code to comment out
end
-----------------------
--
Milan Babuskov
http://www.guacosoft.com