PRODUCTS
Products Overview
Mathematica
Mathematica Student Edition
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
SystemModeler
Wolfram
Finance Platform
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
Merchandise
SUPPORT
Support Overview
Mathematica
Documentation
Knowledge Base
Learning Center
Technical Services
Community & Forums
Training
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News
Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
Mathematica
>
WEBMATHEMATICA SYMBOL
webMathematica User Guide
Graphics: Plot.jsp in User Guide
Input Variables in webMathematica User Guide
Mathematica Web Functions in webMathematica User Guide
Tutorials »
|
MSPValueQ
See Also »
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
MORE INFORMATION
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
EXAMPLES
CLOSE ALL
Basic Examples
(1)
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]:=
Out[1]=
If
$$expr
has no value, then a null string is returned.
In[2]:=
Out[2]=
Here a default value is returned.
In[3]:=
Out[3]=
SEE ALSO
MSPValueQ
TUTORIALS
web
Mathematica
User Guide
Graphics: Plot.jsp in User Guide
Input Variables in web
Mathematica
User Guide
Mathematica
Web Functions in web
Mathematica
User Guide