KB#00024-Loading function keys explained in detail
Title:
Loading function keys explained in detail
Description:
The following example loads multiple function keys. You should note that while the following example is spaced down the page, the code you type in could be on several lines on screen.
Example Code Description
>PRINT 'FL Function load mnemonic indicates we are loading function keys.
+ "3" Tells 'FL' what we are doing; in this case, loading more than one key.
+$0A Total number of keys to load. In this case ten keys.
00 F1 / Key number
02 Byte length of key sequence
0001 Key sequence
01 F2 / Key number
02 Byte length of key sequence
0002 Key sequence
02 F3 / Key number
02 Byte length of key sequence
0003 Key sequence
03 F4 / Key Number
02 Byte length of key sequence
0004 Key sequence
04 F5 / Key number
02 Byte length of key sequence
0005 Key sequence
05 F6 / Key number
02 Byte length of key sequence
0006 Key sequence
06 F7 / Key number
02 Byte length of key sequence
0007 Key sequence
07 F8 / Key number
02 Byte length of key sequence
0008 Key sequence
08 F9 / Key number
02 Byte length of key sequence
0009 Key sequence
09 F10 / Key number
02 Byte length of key sequence
000A Key sequence
$
Last Modified: 12/19/1997 Product: PRO/5 Operating System: All platforms
BASIS structures five components of their technology into the BBx Generations.