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
Hey @gilwood See below screenshot of the function/method where you can do the change, in my example I added an option for F6 that sets context to drive B and runs the file named Menu. It is a single line change, line 1042 in my case.