Don't know if someone mentioned $DEFINE and $IFDEF, but you can do this to 
comment out blocks of code.

$DEFINE DEBUG

later enclose the code in a $IFDEF/$ENDIF block.

$IFDEF DEBUG

.... Code to be commented out

$ENDIF

Then to bring it back undefine DEBUG or move the $IFDEF statement.

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to