previous next top contents index framed top this page unframed
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.
MAINSAIL Language Manual, Section 47.51