G
Guest
Are there any circumstances that can cause global variables to be unset? I
know this can happen after an error, if processing continues.
I have an obscure bug that seems to be being caused by global variables not
being set. They are always set on initialization so this means they must be
being unset somehow. As far as I know, no error has occured.
After the global variable has been unset, I am getting error trap screens
that say the error number is zero.
know this can happen after an error, if processing continues.
I have an obscure bug that seems to be being caused by global variables not
being set. They are always set on initialization so this means they must be
being unset somehow. As far as I know, no error has occured.
After the global variable has been unset, I am getting error trap screens
that say the error number is zero.