The SetWarnings action/method is used to turn system messages on or off. Is there any way (other than the use of module/global level variables) to check the system messages status?
Background:
I want to call a precedure that needs to turn the messages off in order to execute some code and not display anything to the user. However, I only want to turn the messages back on if they were on when the procedure was first called (hence the questions above).
Background:
I want to call a precedure that needs to turn the messages off in order to execute some code and not display anything to the user. However, I only want to turn the messages back on if they were on when the procedure was first called (hence the questions above).