Mathematica > Core Language > Package Development > Messages >
Mathematica > Core Language > Tuning & Debugging > Messages >

Check

Updated In 7 Graphic
Check[expr, failexpr]
evaluates expr, and returns the result, unless messages were generated, in which case it evaluates and returns failexpr.
Check[expr, failexpr, {s1::t1, s2::t2, ...}]
checks only for the specified messages.
Check[expr, failexpr, "name"]
checks only for messages in the named message group.
  • Check does not test for messages that have been switched off using Off, or by uses of Quiet that occur inside it.
  • The operation of Check is not affected by being enclosed inside Quiet.
  • Explicit message names of the form s::t can be mixed with named message groups.
New in 1 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team