|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CellPrint
CellPrint[expr]
inserts expr as a complete cell in the current notebook just below the cell being evaluated.
CellPrint[{expr1, expr2, ...}]
inserts a sequence of cells.
DetailsDetails
- If expr has head TextCell, ExpressionCell, or CellGroup, it is inserted unchanged into the notebook. »
- If expr is a string or Text object, a text cell is created to contain it. »
- If expr is any other type of expression, an expression cell is created to contain it. »
- With a text-based front end, CellPrint[cell] does the same as applying Print to the contents of cell.
- Cells generated by CellPrint by default have GeneratedCell->True, so that they are overwritten if they are regenerated.
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
