|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FrontEndTokenExecute
FrontEndTokenExecute["cmd"]
executes the specified front end command token, typically corresponding to a front end menu item.
DetailsDetails
- FrontEndTokenExecute[nb, "cmd"] executes a command targeting a specific notebook.
- FrontEndTokenExecute[nb, "cmd", param] executes a command with a parameter.
- FrontEndTokenExecute[args] is equivalent to FrontEndExecute[FrontEndToken[args]].
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Create a new notebook by using a front end token command:
Create a notebook with two cells:
| In[1]:= |
Merge the cells by using a FrontEndToken:
New in 4.0
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
