PRODUCTS
Products Overview
Mathematica
Mathematica for Students
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
SUPPORT
Support Overview
Knowledge Base
Learning Center
Community & Forums
Training & Free Seminars
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News & Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
Mathematica
>
Core Language
>
Package Development
>
Messages
>
MessageName (::)
>
Mathematica
>
Core Language
>
Tuning & Debugging
>
Messages
>
MessageName (::)
>
BUILT-IN MATHEMATICA SYMBOL
Messages
Tutorials »
|
Message
MessageList
$MessageList
See Also »
|
Messages
Package Development
More About »
MessageName
is a name for a message.
MORE INFORMATION
You can specify messages by defining values for
.
is converted to
MessageName
.
tag
can contain any characters that can appear in symbol names.
symbol
::"
tag
"
can also be used.
Assignments for
are stored in the
Messages
value of the symbol
s
.
The
f
::usage
message is typically defined for functions intended for general use, giving a description of how to use the function.
?
f
prints out the message
f
::usage
.
When
?
form
finds more than one function, only the names of the functions are printed.
You can switch on and off messages using
On
and
Off
.
MessageName
or
represents a message in a particular language.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Define a usage message for a function:
Show the usage message:
Process messages generated during an evaluation:
Define a usage message for a function:
In[1]:=
Show the usage message:
In[2]:=
Process messages generated during an evaluation:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
Scope
(1)
Define a function that will test another function and give the
argx
message if needed:
Define
g
to use the test and return unevaluated when it fails:
SEE ALSO
Message
MessageList
$MessageList
TUTORIALS
Messages
MORE ABOUT
Messages
Package Development
New in 1 | Last modified in 4