|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DialogReturn
DialogReturn[expr]
closes a dialog window, returning the expression expr from the dialog.
DialogReturn[]
closes a dialog window, returning Null.
DetailsDetails
- If DialogReturn[expr] is used inside a dialog put up by DialogInput, then expr will be the value returned by DialogInput.
- If DialogReturn[expr] is used inside a dialog created by CreateDialog, expr will be evaluated and then discarded.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
