NotebookApply
Usage
• NotebookApply[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. • NotebookApply[notebook, data, sel] writes data into a notebook and then sets the current selection to be as specified by sel.
Notes
• NotebookApply does the same as NotebookWrite, except that it replaces the first selection placeholder in data by the current selection. • NotebookApply can be used in setting up actions for buttons in palettes. • Selection placeholders are represented by the character  or \ [SelectionPlaceholder]. • New in Version 3.
|