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>numfkey()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NUMFKEY()
 Determines the number of function keys
------------------------------------------------------------------------------
 Syntax

     NUMFKEY() --> nTotalKeys

 Returns

     NUMFKEY() returns a value that corresponds to the number of available
     function keys.

 Description

     NUMFKEY() returns the number of function keys to use with SET FUNCTION
     nn TO.

 Note

     .  A value returned by NUMFKEY() is set to 40, both in CA-Clipper
        IBM driver and the CA-Clipper Tools Extended Drivers.  This does not
        change when you have an extended keyboard with 12 function keys.

 Example

     Display all the function key assignments:

     FOR nI = 1 TO NUMFKEY()
        ? CSETFUNC(nI)
     NEXT


See Also: CSETFUNC()*

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