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

Syntax:     CSETKEY(<expN>)

Arguments:  <expN> denotes the code of the key to evaluate.  The
            INKEY() value of the keys concerned are used for
            designating the keys.  (See appendix A: Key Codes.)

Returns:    A character string.
            The string is the name of the procedure assigned to the
            <expN> string.

Usage:      CSETKEY() can be used to find out what procedure the
            <expN> key has been set to with SET KEY.

Notes:      The argument must be specified for this function.  The
            function will return a null string if no assignment has been
            made for the key.

Library:    CT1.LIB


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

Examples:   * To save the assignment for the function key F2.
            old_F2proc = CSETKEY(-1)



See Also: CSETALL()

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