Purpose

Places a comment into a file.

Syntax

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³Control Word   ³Element        ³Attributes     ³End            ³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
³.*             ³Comment        ³               ³               ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

Attributes

None

Description

The .* control word allows you to place a comment line into your file. The IPF compiler ignores any text on the same line as the comment control word, and does not display this text.

The comment control word must be the first statement on the line of text that you do not want displayed. Each comment control word must begin on a new line.

You can use comment control words to refer to items, to place notes into your file, or to prevent the display of an item.

No space is required between the comment control word and the text that follows it. Comment control words are used independently of IPF tags. They are not used between any IPF tags or with any IPF tag and its accompanying text or attributes.

Conditions

Do not use the comment control word:

Always start the comment control word in column 1.

Example

.* The comment control word must be the first statement on the line..* When the source file is compiled, the text on the
.* comment line is not displayed.

Output

When the file is compiled, the comment control word and the information following it on the comment line are not displayed.


[Back] [Next]