[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Comments in SQR
- Subject: Re: Comments in SQR
- From: Ralph Dodson <Dodmeister@AOL.COM>
- Date: Tue, 24 Aug 1999 10:35:03 EDT
You could always surround it with a never to be executed IF statement.
e.g.
IF 1 = 2
code you don't need
END-IF