|
PrintAction
PrintAction is an option for notebooks that determines the action taken when a Print[] command is evaluated by the kernel.
This option is a list with each element of the list representing an action. The default setting is PrintAction "PrintToNotebook", which means no action is taken.
Other possible settings are follows.
"Beep" A beep sound is made.
"PrintToConsole" The selected material is printed in the message window.
"PrintToNotebook" The selected material is printed in the notebook.
"SeparateCells" The selected material is printed in a separate cell.
"DialogBox" A dialog box appears, containing data.
|