[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Comments in SQR



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