From Goeff’s book on MMBasic.
“The editor is a very productive method of writing a program. Using the OPTION Fnn command you can
program a function key to generate the command “EDIT” when pressed. So, with one key press you can jump
into the editor where you can make a change. Then by pressing the F2 key you can save and run the program.
If your program stops with an error you can press the edit function key and be back in the editor with the cursor
positioned at the line that caused the error. This edit/run/edit cycle is very fast.”
I have tried several entries for OPTION Fnn trying to create a hotkey for F6 and cannot seem to make it work. What am I missing? Any assistance appreciated. Thanks