S
Shell
In debug mode I understand that during a error, if you hit reset you can lose
all your global and module variables. To quote from the help info, reset
does the following:
"Clears the Call stack and clears the module level variables."
However, in production mode, If you do not overlay the values in the global
variable, How can you lose them. I may case the strings become blank.
Thanks
all your global and module variables. To quote from the help info, reset
does the following:
"Clears the Call stack and clears the module level variables."
However, in production mode, If you do not overlay the values in the global
variable, How can you lose them. I may case the strings become blank.
Thanks