TOC-ENTRY
Syntax
TOC-ENTRY TEXT={src_txt_lit|_var|_col} [LEVEL={level_num_lit|_var|_col}]
Description
Enter the text in the table of contents at the desired level.
Parameters
| Parameter | Description |
|---|---|
|
TEXT |
Specifies the text to be placed in the table of contents. |
|
LEVEL |
Specifies the level at which to place the text. If this argument is not specified, the value of the previous level is used. |
Example
The following example shows the TOC-ENTRY command:
toc-entry text = &heading
toc-entry text = &caption level=2
See The DECLARE-TOC command