Difference between revisions of "Error Messages/40230"

(Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function Square while checking: (X: numbe) ^ The parameter list contains an unknown qualifi…')
 
 
(One intermediate revision by one other user not shown)
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 Square while checking:
 
  Error encountered in the parameter declaration for Function Square while checking:
 
  (X: numbe)
 
  (X: numbe)
Line 6: Line 9:
 
  The parameter list contains an unknown qualifier or identifier, "NUMBE"
 
  The parameter list contains an unknown qualifier or identifier, "NUMBE"
 
  Do you want to edit the Parameters for Square?
 
  Do you want to edit the Parameters for Square?
 +
</pre>
  
= Cause =
+
== Cause ==
  
 
The parameter declaration for a [[User-Defined_Functions|UDF]] contained an unknown qualifier or identifier. You may have made a typo while spelling a qualifier or an identifier.
 
The parameter declaration for a [[User-Defined_Functions|UDF]] contained an unknown qualifier or identifier. You may have made a typo while spelling a qualifier or an identifier.
  
Please click on the following link to learn more about [[Function_Parameter_Qualifiers|function parameter qualifiers.]
+
Please click on the following link to learn more about [[Function_Parameter_Qualifiers|function parameter qualifiers.]]
  
= Remedies =
+
== Remedies ==
  
 
Correct the unrecognized parameter in the parameter declaration.
 
Correct the unrecognized parameter in the parameter declaration.
  
<br><comments />
+
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[Function Parameter Qualifiers]]
 +
* [[User-Defined Functions]]
 +
* [[Identifier]]

Latest revision as of 22:06, 22 March 2016


Error message examples

 Error encountered in the parameter declaration for Function Square while checking:
 (X: numbe)
     ^
 The parameter list contains an unknown qualifier or identifier, "NUMBE"
 Do you want to edit the Parameters for Square?

Cause

The parameter declaration for a UDF contained an unknown qualifier or identifier. You may have made a typo while spelling a qualifier or an identifier.

Please click on the following link to learn more about function parameter qualifiers.

Remedies

Correct the unrecognized parameter in the parameter declaration.

See Also

Comments


You are not allowed to post comments.