PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Automatic Text Styling Features
>
Built-in
Mathematica
Symbol
Options for Expression Input and Output
Tutorials »
|
ShowSpecialCharacters
See Also »
|
Automatic Text Styling Features
Text Styling
More About »
ShowStringCharacters
ShowStringCharacters
is an option for
Cell
which specifies whether to display
"
when a string is entered.
MORE INFORMATION
ShowStringCharacters
is typically set to
False
for output cells and
True
for input cells.
ShowStringCharacters
is usually set at the level of styles or notebooks rather than at the level of individual cells.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
By default, quotation marks are shown around strings in input cells, but not in output cells:
In[1]:=
Out[1]=
Create a cell in
"Output"
style but with quotation marks showing:
In[2]:=
Out[2]=
Show a grid of characters without quotation marks:
In[1]:=
SEE ALSO
ShowSpecialCharacters
TUTORIALS
Options for Expression Input and Output
MORE ABOUT
Automatic Text Styling Features
Text Styling
New in 3
© 2008 Wolfram Research, Inc.