DOCUMENTATION CENTER SEARCH
Mathematica
>
Evaluation Options in Notebooks
>
Built-in
Mathematica
Symbol
Options for Cells
Tutorials »
|
GeneratedCell
CellEvaluationDuplicate
Deletable
See Also »
|
Evaluation Options in Notebooks
Stylesheets
More About »
CellAutoOverwrite
CellAutoOverwrite
is an option for
Cell
which specifies whether new output obtained by evaluating this cell should overwrite old output.
MORE INFORMATION
Any sequence of cells with
GeneratedCell
->
True
which follow the given cell are assumed to correspond to output.
The output is deleted only when new output is ready to be inserted in its place.
CellAutoOverwrite
is typically set for cells in
"Output"
style.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create an input cell with an output cell that has the setting
CellAutoOverwrite->
False
:
In[1]:=
When the input is evaluated, it creates a new output cell without overwriting the old one:
In[2]:=
SEE ALSO
GeneratedCell
CellEvaluationDuplicate
Deletable
TUTORIALS
Options for Cells
MORE ABOUT
Evaluation Options in Notebooks
Stylesheets
New in 3
© 2008 Wolfram Research, Inc.