Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Evaluation Options in Notebooks >

CellEvaluationFunction

CellEvaluationFunction
is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
  • CellEvaluationFunction is used for all ordinary kernel evaluations, as initiated for example by Shift+Enter or by Evaluate in Place.
  • It is not used for evaluations associated with Dynamic objects.
  • In an InputForm cell, it is applied to the string corresponding to the input to be evaluated.
  • With CellEvaluationFunction->f and $PreRead=g, the object processed by the kernel will be g[f[data]].
  • The default setting is CellEvaluationFunction->Identity.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team