how to get all messages of a bulit-in function in mma?
For example, I want to get all messages of Sin.
How to do this?
Messages[Sin]
doesn't work.
Thanks :)
The messages for built-in functions are often not loaded until they have been issued at least once. For such functions, you might try inspecting Messages.m
:
NotebookOpen @
FileNameJoin @
{ $InstallationDirectory
,"SystemFiles"
,"Kernel"
,"TextResources"
,"English"
,"Messages.m"
}
or
FindList[
FileNameJoin @
{ $InstallationDirectory
,"SystemFiles"
,"Kernel"
,"TextResources"
,"English"
,"Messages.m"
}
, "NDSolve"
]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With