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

MSPValue

MSPValue[var]
returns the value of var; it returns a null string if var has no value

returns the value of var; it returns def if var has no value
  • MSPValue is a utility function that is useful for extracting the value of variables.
  • The following exceptions can be thrown by MSPValue.
MSPException["ValueError"]if the value is not a string, this indicates a programmatic error by the page author
MSPException["VariableError"]if the variable is not a Mathematica symbol, this indicates a programmatic error by the page author
You can simulate how the functions work by loading the package.
The value of the variable $$expr is returned.
If $$expr has no value, then a null string is returned.
Here a default value is returned.
You can simulate how the functions work by loading the package.
The value of the variable $$expr is returned.
In[1]:=
Click for copyable input
Out[1]=
If $$expr has no value, then a null string is returned.
In[2]:=
Click for copyable input
Out[2]=
Here a default value is returned.
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team