PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Dialogs
Tutorials »
|
Dialog
See Also »
DialogSymbols
DialogSymbols
is an option for
Dialog
which gives a list of symbols whose values should be localized in the dialog.
MORE INFORMATION
DialogSymbols:>{
x
,
y
,
...
}
specifies that
x
,
y
,
...
should have local values for the duration of the dialog.
DialogSymbols:>{
x
=
x
0
,
...
}
defines initial values for variables.
In addition to any symbols you specify,
Dialog
always uses local values for
$Epilog
,
$Line
and
$MessageList
.
The
DialogSymbols
option sets up local values in a dialog in the same way that a
Block
enclosing the dialog would.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Start a dialog with
x
,
a
and
b
localized:
In[1]:=
Out[1]=
In[2]:=
(Dialog) Out[2]=
In[3]:=
(Dialog) Out[3]=
In[4]:=
The values
x
,
a
and
b
are not defined outside the dialog since they were localized:
In[5]:=
Out[5]=
SEE ALSO
Dialog
TUTORIALS
Dialogs
New in 2
© 2008 Wolfram Research, Inc.