Catching Error Messages
BlitzMax Forums/BlitzMax Programming/Catching Error Messages Only if you throw them, so its up to you what error you send. I would even create own error types which are extended from the base one.
BM modules don't throw errors at all. They just have a return value of null or MAV ;-)
BM modules don't throw errors at all. They just have a return value of null or MAV ;-)
That means that I have to put try and catch inside a ton of functions. Right now, I am just catching the errors in the main application.