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

MSPValueQ


returns True if all the variables have values
  • MSPValueQ is a utility function that tests whether variables have values.
You can simulate how the functions work by loading the package.
The variable $$expr has a value, so the result is True.
Now $$expr has no value, so the result is False.
All the variables must have values for MSPValueQ to return True.
You can simulate how the functions work by loading the package.
In[1]:=
Click for copyable input
The variable $$expr has a value, so the result is True.
In[2]:=
Click for copyable input
Out[2]=
Now $$expr has no value, so the result is False.
In[3]:=
Click for copyable input
Out[3]=
All the variables must have values for MSPValueQ to return True.
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team