Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Gamepad & Device Interface >

LocalizeVariables

LocalizeVariables
is an option to Manipulate which determines whether the values of variables associated with controls should be localized.
  • With the default setting LocalizeVariables->True, DynamicModule is used to localize variables to each displayed instance of the Manipulate expression.
  • With LocalizeVariables->False, the variables are treated as global, and can be set and accessed outside the Manipulate expression.
By default Manipulate variables are localized:
In[1]:=
Click for copyable input
Out[1]=
 
By disabling LocalizeVariables, the variables are treated as global:
In[1]:=
Click for copyable input
Out[1]=
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team