Difference between revisions of "Error"
Line 1: | Line 1: | ||
[[category:User-interface functions]] | [[category:User-interface functions]] | ||
+ | [[category:Evaluation Functions]] | ||
Raises an evaluation-time error, displaying the indicated message to the end user and aborting the current computation. | Raises an evaluation-time error, displaying the indicated message to the end user and aborting the current computation. |
Revision as of 00:41, 1 February 2007
Raises an evaluation-time error, displaying the indicated message to the end user and aborting the current computation.
Declaration
Error( message : text )
Notes
If Error is called from inside a Check attribute, it is displayed as a warning and replaces the standard failed-check message.
Comments
Enable comment auto-refresher