Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Package Development > Messages >
Mathematica > Core Language > Tuning & Debugging > Messages >

Off

Updated In 7 Graphic
Off[symbol::tag]
switches off a message, so that it is no longer printed.
Off["name"]
switches off a named group of messages.
Off[s]
switches off tracing messages associated with the symbol s.
Off[m1, m2, ...]
switches off several messages or message groups.
  • The value of symbol::tag is not affected by Off.
  • Off[s] is equivalent to Off[s::trace].
  • Off[] is equivalent to Off[s::trace] for all symbols.
Switch off the message:
Switch the message back on:
New in 1 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team