Difference between revisions of "Error Messages/40988"

m
 
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
  
 +
== Error message examples ==
 +
 +
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 
  Undefined identifier, NAM.
 
  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
Line 6: Line 9:
 
         ^
 
         ^
 
  The value provided to the OnMismatch qualifier could not be parsed.
 
  The value provided to the OnMismatch qualifier could not be parsed.
 +
</pre>
  
= Cause =
+
== Cause ==
  
The value provided to the OnMismatch parameter qualifier was not recognized. Values that can be provided to the OnMismatch parameter qualifiers are:
+
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]].
INF, NAN, Null, and Undefined.
 
  
= Remedies =
+
== Remedies ==
  
Correct the value provided to the OnMismatch parameter qualifier to the [[User-Defined_Functions|UDF]].
+
Correct the value provided to the ''OnMismatch'' parameter qualifier to the [[User-Defined_Functions|UDF]].
  
<br><comments />
+
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[Function Parameter Qualifiers]]
 +
* [[User-Defined Functions]]
 +
* [[Identifier]]
 +
* [[Objects and Values]]

Latest revision as of 21:11, 6 April 2016


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.

See Also

Comments


You are not allowed to post comments.