|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$MessageGroups
$MessageGroups
is the list of rules that gives named message groups used in functions like On and Quiet.
DetailsDetails
- The value of $MessageGroups has the form
. - Named groups can also appear on the right-hand side of the definitions.
- $MessageGroups can be reset. Any string can be used as the name of a message group.
- Named message groups can be used in On, Off, Check, Quiet.
- Predefined named message groups include:
-
"Compiler" warnings associated with compiled code "Graphics" warnings associated with graphics generation "Obsolete" warnings for obsolete functions and packages "Packing" notifications associated with packed arrays "Spelling" spell-checking messages for symbol names "Symbolics" warnings associated with symbolic computation
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Get the list of the existing message groups:
| In[1]:= |
| Out[1]= |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
