home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Installer 5.00 - Please Dont Remove it From My Bag
/
060126_0945.iso
/
CLIPPER
/
CLIPPER.EXE
/
CLIPPER5
/
SOURCE
/
SAMPLE
/
FKLABEL.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-04
|
367 b
|
21 lines
/***
*
* Fklabel.prg
*
* Summer '87 FKLABEL() Compatibility Routine
*
* Copyright (c) 1993, Computer Associates International Inc.
* All rights reserved.
*
*/
/***
* FKLABEL( <nFunKey> )
*
* Return the name of the <expN>th programmable function key
*/
FUNCTION FKLABEL(cl_1)
RETURN IF( cl_1 <= 40 .AND. cl_1 > 0, "F"+LTRIM(STR(cl_1)), "")