Go backward to GetParamD: Get the Value of a Global Variable Go up to 3.4 Global variables |
![]() |
HasParamD["name"]
This call tests whether the global variable name exists or not and returns True, respectively False.
In[6]:=HasParamD["n"] Out[6]=True In[7]:=HasParamD["m"] Out[7]=False