RuntimeError()

BlitzMax Forums/BlitzMax Beginners Area/RuntimeError()

GW(Posted 2005) [#1]
RuntimeError() and Throw() only work in a debug build.
Isn't this what 'Assert' is for?

Are we supposed to write our own custom version of RuntimeError() for doing a release build?