Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Input and Output / Formatting Functions /

StringForm

FilledSmallSquare StringForm["controlstring", , ... ] prints as the text of the controlstring, with the printed forms of the embedded.

FilledSmallSquare `i` in the control string indicates a point at which to print .

FilledSmallSquare `` includes the next not yet printed.

FilledSmallSquare `.` prints a raw ` in the output string.

FilledSmallSquare StringForm acts as a "wrapper", which affects printing, but not evaluation.

FilledSmallSquare You can use StringForm to set up "formatted output".

FilledSmallSquare Messages given as values for objects of the form s::t are used as control strings for StringForm.

FilledSmallSquare See Section 2.9.6.

FilledSmallSquare See also: SequenceForm, ToString, Message.

FilledSmallSquare New in Version 1; modified in 5.0.



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.