Go up to 3.4 Global variables Go forward to GetParamD: Get the Value of a Global Variable |
![]() |
SetParamD["name", value]
This call assigns value to the global variable name. If this variable does not exist, it will be created. After this call is executed, all the processes will have access to the value of the variable.
In[3]:=SetParamD["n",10]