SelectionEvaluate
Usage
• SelectionEvaluate[notebook] replaces the current selection in a notebook with the result obtained by evaluating the contents of the selection in the kernel. • SelectionEvaluate[notebook, sel] sets the current selection after the evaluation to be as specified by sel.
Notes
• The default for sel is After. • Unless sel is None, the current selection after evaluation is complete will always be as specified by sel, even if you moved the selection interactively in the front end during the course of the evaluation. • New in Version 3.
|