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

Syntax:     CHARMIRR([@]<expC>)

Arguments:  <expC> denotes the string to be mirrored.

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

Usage:      CHARMIRR() can be used to reverse a sting.  The function
            will therefore produce a palindrome of the <expC> string.

Library:    CT1.LIB


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

Examples:   * The example shows one of the most famous
            * palindromes:

            ? CHARMIRR("ABLE WAS I ERE I SAW ELBA")

            ? CHARMIRR("abc321")                && Result: "123cba"



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