|
MessageList
MessageList[n] is a global object assigned to be a list of the names of messages generated during the processing of the n input line.
Only messages that are actually output are included in the list MessageList[n].
The message names in the list are wrapped with HoldForm.
MessageList[n] includes messages generated both by built-in functions and by explicit invocations of Message.
See Section 2.9.21 and Section 2.14.1.
See also: $MessageList.
New in Version 2.
Further Examples
|