Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10590
Posted: 02:56pm 08 Dec 2020
Copy link to clipboard
Print this post
I've discovered a bug in MMBasic that seems to be common to all versions and have informed Geoff.
If you use interrupt routines with static variables make sure that the static variable names are unique otherwise static variables with the same name in other subroutines may be corrupted.
SimpleSafeName Guru Joined: 28/07/2019 Location: United StatesPosts: 351
Posted: 04:46pm 08 Dec 2020
Copy link to clipboard
Print this post
Nice catch, good to know.
And you can do a work-around, then it's a "feature". :)