| Posted: 07:05pm 15 Apr 2025 |
|
|
|
Reboot problem discovered!
The problem was that I had
OPTION ESCAPE SUB MM.END PRINT "\n\nEND PROGRAM\n" END SUB
in the library. I don't know why that should cause a program crash but when I removed it from the library, the logtable program stopped crashing.
When I put that in the program itself, it crashed again.
Even a null sub with no print statement in it
SUB MM.END END SUB
will make the program crash. Edited 2025-04-16 05:12 by toml_12953 |