Mathematica 9 is now available

Catch (modified)SymbolName

Symbol

FilledSmallSquareSymbol["name"] refers to a symbol with the specified name.

FilledSmallSquare All symbols, whether explicitly entered using Symbol or not, have head Symbol.

FilledSmallSquarex_Symbol can be used as a pattern to represent any symbol.

FilledSmallSquare The string "name" in Symbol["name"] must be an appropriate name for a symbol. It can contain any letters, letter-like forms, or digits, but cannot start with a digit.

FilledSmallSquareSymbol["name"] creates a new symbol if none exists with the specified name.

FilledSmallSquare A symbol such as x has a name "x".

FilledSmallSquare If Symbol["name"] creates a new symbol, it does so in the context specified by $Context.

FilledSmallSquare See The Mathematica Book: Section 2.3.4, Section 2.6.12 and Section A.1.4.

FilledSmallSquare See also: SymbolName, ToExpression, Unique, Remove.

Further Examples

Catch (modified)SymbolName



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.