Previous Page | Next Page

The DOCUMENT Procedure

HIDE Statement


Prevents output from being displayed when the document is replayed.
Tip: To see entries that might be hidden in the current document, use the LIST statement.

HIDE path <, path-2, ...path-n>;


Required Arguments

path

specifies the location of the file or files that you want to hide.

Requirement: Separate multiple paths with commas.
Tip: You can use the symbol '^' to represent the current path and the symbol '^^' to represent the parent path.

Previous Page | Next Page | Top of Page