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

Syntax:     CHARLIST(<expC>)

Arguments:  <expC> is the string to be processed.

Returns:    A character string.
            A list in which all the characters appearing in <expC> occur
            only once.

Usage:      This function can be used to determine a list of characters
            appearing in the >expC> string.  Each character will only be
            contained in this list once.  This can be used for instance,
            when encoding strings with the aid of characters.

Notes:      CHARLIST() supplies a maximum of a 256 character long
            string, which contains each character from <expC> exactly
            once.  This will produce an increasing list of symbols.

Library:    CT1.LIB


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

Examples:   ? CHARLIST("Hello goodbye")                 && "Helo gdby"
                                                        && " Hdbegloy"
            ? CHARSORT(CHARLIST("Hello  goodbye"))



See Also: CHARONE() CHARSORT()

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