MAINSAIL Language Manual, Section 30.1

previous   next   top   contents   index   framed top   this page unframed


30.1. $abortProcedureExcpt

Figure 30–1. $abortProcedureExcpt
system variable
STRING $abortProcedureExcpt;

$abortProcedureExcpt is a predefined exception that is raised when the execution of a PROCEDURE is aborted, as described in Section 20.6. $abortProcedureExcpt should be caught by all PROCEDUREs that must clean up after themselves in some way.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 30.1