Mathematica 9 is now available

$LanguageMessages

MessageName

FilledSmallSquaresymbol::tag is a name for a message.

FilledSmallSquare You can specify messages by defining values for symbol::tag.

FilledSmallSquaresymbol::tag is converted to MessageName[symbol, "tag"]. tag can contain any characters that can appear in symbol names. symbol::"tag" can also be used.

FilledSmallSquare Assignments for s::tag are stored in the Messages value of the symbol s.

FilledSmallSquare The following messages are typically defined for built-in functions:

FilledSmallSquare?f prints out the message f::usage.

FilledSmallSquare When ?form finds more than one function, only the names of each function are printed.

FilledSmallSquare You can switch on and off messages using On[s::tag] and Off[s::tag].

FilledSmallSquareMessageName[symbol, "tag", "lang"] or symbol::tag::lang represents a message in a particular language.

FilledSmallSquare See The Mathematica Book: Section 2.8.21.

FilledSmallSquare See also: Message, MessageList, $MessageList.

$LanguageMessages



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.