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

Syntax:     CHARNOT([@]<expC>)

Arguments:  <expC> denotes the string to NOT.

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

Usage:      The function will NOT each byte in the <expC> string.  It will
            therefore be possible, for example, to use CHARNOT() to
            obtain a decreasing index sequence.

Library:    CT1.LIB


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

Examples:   * Naturally the original condition will be
            * obtained again, if a string already
            * negated is negated again.
            CHARNOT("123ABCabc")                && " +-|+++..."

            CHARNOT(" +-|+++...")               && "123ABCabc"



See Also: CHARAND() CHAROR() CHARXOR() COMPLEMENT()

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