Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>csetkey()*</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CSETKEY()*
 Queries the setting for SET KEY TO
------------------------------------------------------------------------------
 Syntax

     CSETKEY(<nKeyValue>) --> cProcedureName

     *  This function is retained for compatibility purposes.  Use the
        CA-Clipper SET() function to develop future applications.

 Argument

     <nKeyValue>  Designates the INKEY() for which the associated
     procedure name is determined.

 Returns

     CSETKEY() returns a character string that names the procedure associated
     with <nKeyValue>.

 Description

     This function queries the setting for SET KEY..TO.

 Note

     .  To use this function, you must include the CT.CH file at the
        beginning of your program with the command:

        #include "CT.CH"

        Find more information on this function in CH.CH.

 Example

     Save the assignment for the function key F2:

     cOldF2Proc  :=  CSETKEY(-1)


See Also: CSETALL()

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