DOCUMENTATION CENTER SEARCH
Mathematica
>
Tuning & Debugging
>
Built-in
Mathematica
Symbol
Generating Unstructured Output
Tutorials »
|
Monitor
Print
See Also »
|
Basic Input & Output in Programs
Tuning & Debugging
New in 6.0: Core Language
More About »
PrintTemporary
PrintTemporary
[
expr
]
prints
expr
as a temporary cell in a notebook, removing it when the evaluation of the current input line is complete.
MORE INFORMATION
PrintTemporary
returns an object that can be supplied to
NotebookDelete
to immediately delete the temporary cell.
PrintTemporary
creates a cell with style
"PrintTemporary"
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Print a temporary cell during an evaluation:
In[1]:=
Out[1]=
Explicitly delete temporary cells during the course of evaluation:
In[1]:=
If not deleted, multiple temporary cells are printed:
In[2]:=
SEE ALSO
Monitor
Print
TUTORIALS
Generating Unstructured Output
MORE ABOUT
Basic Input & Output in Programs
Tuning & Debugging
New in 6.0: Core Language
New in 6
© 2008 Wolfram Research, Inc.