- #1
- 965
- 667
In the "Details" section here...
https://reference.wolfram.com/language/ref/$MessageList.html
... it says you can reset $MessageList during a computation. I tried
So how can we reset $MessageList?
https://reference.wolfram.com/language/ref/$MessageList.html
... it says you can reset $MessageList during a computation. I tried
$MessageList = {}
and Clear[$MessageList]
but it says "the tag is protected".So how can we reset $MessageList?