Re: Try/Catch
- Posted by dcuny Jan 14, 2015
- 5160 views
jimcbrown said...
Not a bad idea. Perhaps we could even generate an ex.err (or cont.err) when this happens. The program keeps on running, but a record is made.
With try/catch, you could decide what to do, and if the program should continue.
- David