PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Messages
>
Built-in
Mathematica
Symbol
Messages
Mathematica Sessions
Tutorials »
|
MessageList
MessageName
Check
See Also »
|
Messages
More About »
$MessageList
$MessageList
is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.
MORE INFORMATION
Whenever a message is output, its name, wrapped with
HoldForm
, is appended to
$MessageList
.
With the standard
Mathematica
main loop,
$MessageList
is reset to
{}
when the processing of a particular input line is complete.
You can reset
$MessageList
during a computation.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Get a list of messages produced in a computation:
In[1]:=
Out[1]=
Use messages for processing:
In[1]:=
In[2]:=
Out[2]=
Printing can be suppressed by using
$MessageList
inside of
Quiet
:
In[3]:=
In[4]:=
Out[4]=
SEE ALSO
MessageList
MessageName
Check
TUTORIALS
Messages
Mathematica
Sessions
MORE ABOUT
Messages
New in 2
© 2008 Wolfram Research, Inc.