Tickable menu options
BlitzPlus Forums/BlitzPlus Programming/Tickable menu options| 
 | ||
| Are those menu options where selecting them ticks and unticks them possible? ie, like the Program>Debug Enabled option in Blitz? | 
| 
 | ||
| Look at CheckMenu() and UnCheckMenu() and MenuChecked() in the manual. | 
| 
 | ||
| Ah, thanks very much! :) |