|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$MessageList
$MessageList
is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.
DetailsDetails
- 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.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
