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>charrem()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CHARREM()

Syntax:     CHARREM(<expC1>,<expC2>)

Arguments:  <expC1> denotes the character to remove from <expC2>.
            <expC2> is the string to be processed.

Returns:    A character string.
            The processed <expC2> string.

Usage:      This function can be used to remove certain characters from
            any position where they appear in the <expC2> string.  It is
            then possible to make sure the string no longer contains
            this character.

Notes:      There will be no changes for invalid or missing arguments.

Library:    CT1.LIB


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

Examples:   * Remove all spaces in a string.
            ? CHARREM(" "," 1 2 ")                      && "12"

            * Removing the number "3" and the letter "y"
            ? CHARREM("3y","xyz123")                    && "xz12"



See Also: CHARONE() CHARONLY()

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