1
QB64 Discussion / Re: "On Error" - Common Label within a SUB/FUNCTION...
« on: January 31, 2020, 04:07:48 pm »
Thanks for all the input. I was unaware that the error traps must all the concentrated in one Module - the program is coming from the original quick basic and it uses "ON LOCAL ERROR GOTO X" so there are 10's of error traps all throughout all modules and subs.
Anyway, I will make a concentrated error trap that handles all error cases for the whole module and let you know how it goes!
Thanks,
Dan
Anyway, I will make a concentrated error trap that handles all error cases for the whole module and let you know how it goes!
Thanks,
Dan