Hello all!
I just read a back and forth from July 2012 about using a Hidden Namespace to store a global variable, so that the values won't get reset when there is an error.
I would like to ensure that the Hidden namespace value gets "erased" upon close of the program, even if the file has been saved in the interim. However, if the file gets closed unexpectedly (e.g., through an error/ not responding), then I can not access "On Close".
Does the hidden namespace value get saved with the file when the user saves, or does it automatically get reset every time the file gets reopened?
I just read a back and forth from July 2012 about using a Hidden Namespace to store a global variable, so that the values won't get reset when there is an error.
I would like to ensure that the Hidden namespace value gets "erased" upon close of the program, even if the file has been saved in the interim. However, if the file gets closed unexpectedly (e.g., through an error/ not responding), then I can not access "On Close".
Does the hidden namespace value get saved with the file when the user saves, or does it automatically get reset every time the file gets reopened?