| MSPToExpression[var] interprets the variable var MSPToExpression[var, fmt] uses the format fmt to interpret var MSPToExpression[ var, fmt, head] returns the result wrapped in head |
| MSPException["ParseError"] | if the value cannot be interpreted by Mathematica | |
| MSPException["SecurityError"] | if the value does not pass the security test | |
| MSPException["ValueError"] | if the value is not a string, this indicates a programmatic error by the page author | |
| MSPException["NoValueError"] | if the variable does not have a value, 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 |