Difference between revisions of "Error Messages/40988"

(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…')
 
m
Line 1: Line 1:
 
= Error Message Examples =
 
= Error Message Examples =
  
  Undefined identifier, Naan.
+
  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
  Naan
+
  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 =
  
If you cannot do without this functionality, you will need to upgrade your Analytica edition.
+
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.



You are not allowed to post comments.

Comments
<comments />