Skip to content

BASIC LOAD FNKEYS Statement

Mike Hogsett edited this page Aug 5, 2024 · 2 revisions

LOAD FNKEYS

TYPE: plusBASIC disk statement


FORMAT: LOAD FNKEYS filespec

Action: Loads direct mode function key definitions from SD card..

  • filespec is a string expression containing an optional path and the full file name.
  • Only the first 512 bytes of the file is loaded.
  • Error 50, File not found results if the specified file does not exist.

Example:

LOAD FNKEYS "mykeys.kdf" 

Loads the the file mykeys.kdf into the key definition buffer.

Clone this wiki locally