previous up next
Go up to 3.4 Global variables
Go forward to GetParamD: Get the Value of a Global Variable
RISC-Linz logo

SetParamD: Set 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]

Maintained by: Cleo Pau
Last Modification: July 5, 2000

previous up next