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 5.2 . The Guide To CA-Clippe - <b>fklabel()*</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FKLABEL()*
 Return function key name
------------------------------------------------------------------------------
 Syntax

     FKLABEL(<nFunctionKey>) --> cKeyLabel

 Returns

     FKLABEL() returns a character string representing the name of the
     function key specified by the numeric argument, <nFunctionKey>.  If this
     argument is less than one or greater than 40, the function returns a
     null ("") string.

 Description

     FKLABEL() is a compatibility function used to replicate the FKLABEL()
     function in dBASE III PLUS.  As a general principle, the use of this
     function is not recommended and not needed in CA-Clipper.  The function
     keys are labeled Fn, where n ranges from one to 40 and corresponds
     directly to the FKLABEL() argument.

 Files:  Library is EXTEND.LIB, source file is SOURCE\SAMPLE\FKLABEL.PRG.

See Also: SET FUNCTION

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