Chapter Contents |
Previous |
Next |
FKEYNAME |
Category: | Keys |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
key-name=FKEYNAME(key-number); |
Type: Character
Type: Numeric
Details |
The key-number argument identifies a key by its ordinal position in the KEYS window, not by its label. For example, if the first key in the KEYS window is named PF1, use a 1 rather than PF1 for the key-number argument to identify that key. To retrieve the corresponding key definitions, use GETFKEY.
You can use this function only in entries that have a DISPLAY window.
Example |
Return the name of function key 12:
keyname=fkeyname(12);
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.