Navigation:  thinBasic language >

Error Handling

Previous pageReturn to chapter overviewNext page

 

Error handling

 

Most of the internal logic of thinBasic is designed in such a way the minimum errors are reported. This strategy has been choosen in order to guarantee the maximum execution of the script. In any case internal errors are trapped and it is possible to detect them

 

In some cases anyway it is good practice to test if an operation was fine or not. Use ERR and ERRCLEAR function to test if any internal error has occurred.

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com