Difference between revisions of "Error"
m (adding doc status category) |
m (→Error(message)) |
||
Line 4: | Line 4: | ||
[[category:Evaluation Functions]] | [[category:Evaluation Functions]] | ||
− | = Error(message) = | + | = Function Error(message) = |
− | Raises an evaluation-time error, displaying the indicated | + | Raises an evaluation-time error, displaying the indicated «message» to the end user and aborting the current computation. |
− | If | + | If [[Error]]() is called from inside a [[Check Attribute]], it is displayed as a warning and replaces the standard failed-check message. |
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Check Attribute]] | ||
= See Also = | = See Also = | ||
* [[MsgBox]] | * [[MsgBox]] |
Revision as of 21:33, 23 November 2009
Function Error(message)
Raises an evaluation-time error, displaying the indicated «message» to the end user and aborting the current computation.
If Error() is called from inside a Check Attribute, it is displayed as a warning and replaces the standard failed-check message.
See Also
See Also
Comments
Enable comment auto-refresher