KB#00026-More function key loading examples
Title:
More function key loading examples
Description:
The following are examples of single key loading. In this case, the Home key is loaded with "A". 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 'EL' Edit load mnemonic.
+ "2" Tells 'EL' we are loading one key.
+$04 Key number
01 Byte length of key sequence
41 Key sequence
$
The example below loads shift + F1 with "@", for a 10 function key keyboard. Otherwise, F11 will be loaded with "@".
Example Code Description
>Print 'FL' Function load mnemonic.
+ "2" Tells 'FL' we are loading one key.
+$0A Key number
01 Byte length of key sequence
40 Key sequence
$
Last Modified: 12/18/1997 Product: PRO/5 Operating System: All platforms
BASIS structures five components of their technology into the BBx Generations.