Difference between revisions of "Ignorewarnings"
Line 1: | Line 1: | ||
− | + | [[Category: Evaluation Functions]] | |
+ | ==IgnoreWarnings(expr)== | ||
Returns the result of evaluating expr, and suppresses any warnings that evaluation might generate. Sometimes an expresion may contain a subexpression whose evaluation generates a warning even though the expression as a whole returns a valid value. | Returns the result of evaluating expr, and suppresses any warnings that evaluation might generate. Sometimes an expresion may contain a subexpression whose evaluation generates a warning even though the expression as a whole returns a valid value. | ||
If you uncheck '''Show result warnings''' in the '''Preferences''' dialog from '''Edit''' menu, it suppresses display of all warnings, with or without IgnoreWarnings(). You can also (easily) switch off all warnings, when you click '''Ignore Warnings''' in any Warning dialog. | If you uncheck '''Show result warnings''' in the '''Preferences''' dialog from '''Edit''' menu, it suppresses display of all warnings, with or without IgnoreWarnings(). You can also (easily) switch off all warnings, when you click '''Ignore Warnings''' in any Warning dialog. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[IgnoreWarnings]] |
Revision as of 19:22, 15 March 2016
IgnoreWarnings(expr)
Returns the result of evaluating expr, and suppresses any warnings that evaluation might generate. Sometimes an expresion may contain a subexpression whose evaluation generates a warning even though the expression as a whole returns a valid value.
If you uncheck Show result warnings in the Preferences dialog from Edit menu, it suppresses display of all warnings, with or without IgnoreWarnings(). You can also (easily) switch off all warnings, when you click Ignore Warnings in any Warning dialog.
See Also
Comments
Enable comment auto-refresher