| Posted: 06:59am 07 Oct 2025 |
|
|
|
Hi Grogster,
I think you are looking for a GWBASIC feature that is missing in MMBasic:
ON ERROR GOTO reboot
'your code
reboot: CPU RESTART 'option for a coldboot RUN 'option for a warmboot
But we do not have ON ERROR GOTO
Volhout Edited 2025-10-07 17:00 by Volhout |