MessageList
Usage
• 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.
Notes
• 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. • New in Version 2.
|