MAINSAIL Language Manual, Section 47.51

previous   next   top   contents   index   framed top   this page unframed


47.51. $stringTooLongExcpt

Figure 47–42. $stringTooLongExcpt
system variable
STRING $stringTooLongExcpt;

The exception $stringTooLongExcpt is raised whenever the runtime system would try to create a STRING longer than $maxStringLength. It is raised with:

fatal!$returnIfNoHandler!$cannotReturn

so that if it is not handled, errMsg is called to issue the same message that this sort of error used to issue.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 47.51