Mathematica 9 is now available

Contexts$ModuleNumber

Unique

FilledSmallSquareUnique[ ] generates a new symbol, whose name is of the form $nnn.

FilledSmallSquareUnique[x] generates a new symbol, with a name of the form x$nnn.

FilledSmallSquareUnique[x, y, ... ] generates a list of new symbols.

FilledSmallSquareUnique["xxx"] generates a new symbol, with a name of the form xxxnnn.

FilledSmallSquareUnique[x] numbers the symbols it creates using $ModuleNumber, and increments $ModuleNumber every time it is called.

FilledSmallSquareUnique["xxx"] numbers the symbols it creates sequentially, starting at 1 for each string xxx.

FilledSmallSquareUnique[name, , , ... ] generates a symbol which has the attributes .

FilledSmallSquare See The Mathematica Book: Section 2.6.3.

FilledSmallSquare See also: Symbol, ToExpression, Names, C, Module, CharacterRange.

Further Examples

Contexts$ModuleNumber



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.