Provides a callable Raise Error capability.
Function only- no corresponding object
VEE natively provides a Raise Error object for user-defined error states. This is used to inform user of the error and to halt execution. This function encapsulates the Raise Error object in a function so that it can be called in formulas or anywhere else.
menu: no menu pick - to access use the Function and Object browser
library: sysLib
A formula with
A=10;(A<=9?"you did well": o_raiseError("you messed up",666) )
raises an error and halts operation since A is out of a defined range.
none
VEE 7.0+, all platforms