previous up next
Go backward to SetParamD: Set the Value of a Global Variable
Go up to 3.4 Global variables
Go forward to HasParamD: Test the Value of a Global Variable
RISC-Linz logo

GetParamD: Get the Value of a Global Variable

GetParamD["name"]

This call returns the value of the global variable name. If this variable does not exist, an error will be generated.

In[4]:=GetParamD["n"]
Out[4]=10
In[5]:=GetParamD["proc"]
Out[5]=4

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

previous up next