CONTENTS | INDEX | PREV | NEXT

SYNTAX            : ARG CTRL_X

RESULTING ARGUMENT: The previous value (meant for use in macros to be
                    able to change a setting, trap the previous value,
                    and restore it on exit).

FUNCTION          : Search Mode can be set to EXACT or APPROXIMATE.
                    EXACT      : a search-string must be identical to a
                                 string in the buffer for a match to
                                 occur.
                    APPROXIMATE: 1) lower case characters will match
                                    capitals also, and vice versa;
                                 2) modified characters will match non-
                                    modified characters also, and vice
                                    versa.

                    This setting will affect all future search and replace
                    commands.

ARGUMENT          : 0: set to EXACT
                    1: set to APPROXIMATE

DEFAULT           : APPROXIMATE
                    TVini may overrule this.

NOTE              : The settings-requester allows comfortable interactive
                    setting of these values on the Amiga.

MATRIX