Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>csetatmupa()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CSETATMUPA()

Syntax:     CSETATMUPA(<expL>)

Arguments:  <expL> is the desired setting for the multipass switch.

Returns:    Logic.
            The current setting of CSETATMUPA(), prior to any new
            setting if passed.

Usage:      The function described here will set an internal switch, which
            will affect the method of operation of five other tool functions.
            These functions, hereinafter referred to as "AT functions,"
            allow very targeted and extremely flexible partial string
            manipulation.  The functions affected are:

               AFTERATNUM()
               ATNUM()
               ATREPL()
               BEFORATNUM()
               NUMAT()

Notes:      The function CSETATMUPA() switches the multipass mode
            on or off for these AT functions.

            The preliminary setting for CSETATMUPA() is (.F.).  The
            multipass mode is therefore set off.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   * The multipass mode is switched on and the
            * previous state saved.

            OldMupa = CSETATMUPA(.T.)



See Also: AFTERATNUM() ATNUM() ATREPL() BEFORATNUM() NUMAT()

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