Difference between revisions of "Error Messages/40315"

(Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function StdDv while checking: (X: mid number prob) ^ The evaluation mode for parameter is…')
 
 
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">
 
  Error encountered in the parameter declaration for Function StdDv while checking:
 
  Error encountered in the parameter declaration for Function StdDv while checking:
 
  (X: mid number prob)
 
  (X: mid number prob)
 
   ^   
 
   ^   
 
  The evaluation mode for parameter is specified twice.
 
  The evaluation mode for parameter is specified twice.
 +
</pre>
  
= Cause  =
+
== Cause  ==
 +
The [[Evaluation Modes|evaluation mode]] parameter qualifier for a [[User-Defined Functions|UDF]] is specified twice for the same parameter.
  
The evaluation mode parameter qualifier for a [[User-Defined Functions|UDF]] is specified twice for the same parameter.
+
Please see [[Function_Parameter_Qualifiers#Evaluation_Mode_Qualifiers|evaluation mode  qualifiers]] for more information.
  
Please go to the following link for more information on [[Function_Parameter_Qualifiers#Evaluation_Mode_Qualifiers|evaluation mode  qualifiers.]]
+
== Remedies  ==
 
 
= Remedies  =
 
 
Specify only one evaluation mode qualifier.
 
Specify only one evaluation mode qualifier.
  
<br><comments />
+
==See Also==
 +
* [[Evaluation Modes]]
 +
* [[Function calls and parameters]]
 +
* [[Function Parameter Qualifiers]]
 +
* [[User-Defined Functions]]

Latest revision as of 23:38, 10 March 2016


Error Message Examples

 Error encountered in the parameter declaration for Function StdDv while checking:
 (X: mid number prob)
   ^  
 The evaluation mode for parameter is specified twice.

Cause

The evaluation mode parameter qualifier for a UDF is specified twice for the same parameter.

Please see evaluation mode qualifiers for more information.

Remedies

Specify only one evaluation mode qualifier.

See Also

Comments


You are not allowed to post comments.