MAINSAIL Language Manual, Section 33.18

previous   next   top   contents   index   framed top   this page unframed


33.18. $deregisterException

Figure 33–16. $deregisterException
PROCEDURE   $deregisterException
                        (
REPEATABLE STRING exceptionName);

$deregisterException removes the exception denoted by exceptionName from the list of exceptions registered by means of $registerException. If no exception by that name is currently registered, an error message is issued. Distinctions between upper- and lowercase letters are ignored when comparing exceptionName to the STRINGs denoting the registered exceptions.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 33.18