COMMENT Directive

The COMMENT directive allows you to include comments in an XFD file. Comments enable you to embed information in the XFD file that might be useful to other applications that access the data dictionary. Because the information is embedded in a comment, it does not interfere with processing by the Acu4GL database interfaces. A comment is any line in the XFD file that starts with "#" in column 1.

Syntax

$XFD COMMENT comment

or

*(( XFD COMMENT comment ))

The text following the directive is copied into the XFD file as a comment. For example:

$XFD COMMENT This is a comment