Reporting > Native reporting system > Reporting system command language > REMARK subcommand
  
REMARK subcommand
Use REMARK (or REM) to insert comments, explanations, report separators, or other documentation in a report specification. The argument string that follows the REM command is ignored by the Reporting System.
Remarks are useful in a Report Definition file to indicate intentions, company standards, and so on.
Use single quotes to mark an entry that contains double quotes. For example:
REM ' WHERE Type = "Data Store" '
Example
REM "********************************************"

REM "set the default width of fields
by making these values non zero"
Parent topic
Reporting system command language