| Mnemonics |
|
| Editing or Behaviour | |||||||||||||||||
| Description | Use 'FL'
to start loading Function keys. This feature is included
for compatibility with other languages. This mnemonic
will allow you to change the characters that will be
returned to the application when a function key is
pressed. The 'FL' mnemonic is generally followed by a single character code indicating the type of function to be performed, usally followed bythe <keycode) (the function key number as a binary character), and one or more parameters encoded in the print sequence.
A typical command to change the function key would be:
This would cause the F3 key to place $88$ into the input buffer. The <keycode> contains the function key number base zero, thus F1 is CHR(0), F2 is CHR(1), ... For more information on conversion and compatibility modes, see the Installation Guide. Also, refer to the DEFCTL Directive. |
||||||||||||||||
| * Note * | ProvideX utilities do not expect function and editing keys to be loaded with other values from the use of 'FL' or 'EL'. Issue a PRINT 'FL',"1",'EL',"1" to reset loaded function or editing keys just prior to running any of the ProvideX utilities. See also: 'FL' Start Edit Key Load. | ||||||||||||||||