Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Comix 3.0 Reference Manual - <b>set index to</b> bring the specified indexes into use http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET INDEX TO         Bring the specified indexes into use
------------------------------------------------------------------------------

Synopsis

    SET INDEX TO [<cIndex1> [, <cIndexn> ...]] [ADDITIVE]

Arguments

    <cIndex1> is the first index to be brought into use.  <cIndexn> is a
    list of any additional indexes to be brought into use.

    If ADDITIVE is specified, the currently open indexes will not be
    closed.  By default, all indexes (except for the structural index) are
    closed before the new indexes are opened.

Description

    The SET INDEX TO command provides control over index files, allowing you
    to close and open them.

    When an index file is opened, all indexes (tags) contained within the
    index file are automatically brought into use.

Example

    use demo                    && Brings all tags in demo.cmx into use
    set index to first          && Bring first into use
    set index to last           && Close first, bring last into use
    set index to first additive && Now bring first into use,
                                && keeping last open

See Also

    INDEX


See Also: INDEX

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson