Difference between revisions of "Error Messages/40988"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = Undefined identifier, Naan. Error encountered in the parameter declaration for Function My_Sum while checking Naan ^ The value provided to…') |
AManandhar (talk | contribs) m |
||
Line 1: | Line 1: | ||
= Error Message Examples = | = Error Message Examples = | ||
− | Undefined identifier, | + | Undefined identifier, NAM. |
Error encountered in the parameter declaration for Function My_Sum while checking | Error encountered in the parameter declaration for Function My_Sum while checking | ||
− | + | NAM | |
^ | ^ | ||
The value provided to the OnMismatch qualifier could not be parsed. | The value provided to the OnMismatch qualifier could not be parsed. | ||
Line 9: | Line 9: | ||
= Cause = | = Cause = | ||
+ | The value provided to the OnMismatch parameter qualifier was not recognized. Values that can be provided to the OnMismatch parameter qualifiers are: | ||
+ | INF, NAN, Null, and Undefined. | ||
= Remedies = | = Remedies = | ||
− | + | Correct the value provided to the OnMismatch parameter qualifier to the [[User-Defined_Functions|UDF]]. | |
<br><comments /> | <br><comments /> |
Revision as of 18:53, 9 February 2010
Error Message Examples
Undefined identifier, NAM. Error encountered in the parameter declaration for Function My_Sum while checking NAM ^ The value provided to the OnMismatch qualifier could not be parsed.
Cause
The value provided to the OnMismatch parameter qualifier was not recognized. Values that can be provided to the OnMismatch parameter qualifiers are:
INF, NAN, Null, and Undefined.
Remedies
Correct the value provided to the OnMismatch parameter qualifier to the UDF.
Comments
<comments />
Enable comment auto-refresher