Index: TECH/Exceptions/Exception.cls.xml =================================================================== diff -u -r2636 -r2799 --- TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 2636) +++ TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 2799) @@ -101,12 +101,12 @@ 32000 { - Set Result = Result _ $$$CRLF _ "Rest van de Exceptie is afgekapt!!!" + Set ToString = ToString _ $$$CRLF _ "Rest van de Exceptie is afgekapt!!!" } - Quit Result + Quit ToString ]]>