Mathematica 9 is now available

CellPrintNotebookWrite

NotebookApply

FilledSmallSquareNotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then setting the current selection to be just after the data written.

FilledSmallSquareNotebookApply[notebook, data, sel] writes data into a notebook and then sets the current selection to be as specified by sel.

FilledSmallSquare The first argument of NotebookApply is a NotebookObject.

FilledSmallSquareNotebookApply does the same as NotebookWrite, except that it replaces the first selection placeholder in data by the current selection.

FilledSmallSquareNotebookApply is often used in setting up actions for buttons in palettes.

FilledSmallSquare Selection placeholders are represented by the character or \[SelectionPlaceholder].

FilledSmallSquare Possible settings for sel are as in NotebookWrite.

FilledSmallSquare See The Mathematica Book: Section 2.10.3.

FilledSmallSquare See also: NotebookWrite, NotebookRead, SelectionMove, ButtonFunction.

CellPrintNotebookWrite



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.