Viva Clipper !

C5_FKLABEL

Advertisements
 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 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



Advertisements

Advertisements