Difference between revisions of "Error Messages/41267"

(Created page with '= Example Error Text = BadFn(x)..BadFn(y) ^ Undefined identifier, BadFn. = Cause = No variable or function with the indicated identifier (in this case, with the identifier …')
 
 
Line 1: Line 1:
= Example Error Text =
+
[[Category: Error messages]]
  
 +
== Example error text ==
 +
 +
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 
  BadFn(x)..BadFn(y)
 
  BadFn(x)..BadFn(y)
 
  ^
 
  ^
 
  Undefined identifier, BadFn.
 
  Undefined identifier, BadFn.
 +
</pre>
  
= Cause =
+
== Cause ==
  
No variable or function with the indicated identifier (in this case, with the identifier ''BadFn'') exists.  You may have mis-typed the name of a function or variable, or perhaps you haven't yet gotten around to adding the variable or function to your model.
+
No variable or function with the indicated [[identifier]] (in this case, with the identifier ''BadFn'') exists.  You may have mistyped the name of a function or variable, or perhaps you haven't yet gotten around to adding the variable or function to your model.
  
= Remedy =
+
== Remedy ==
  
 
Fix the spelling error, or add the function or variable.
 
Fix the spelling error, or add the function or variable.
 +
 +
==See Also==
 +
* [[Classes of variables and other objects]]
 +
* [[Function calls and parameters]]
 +
* [[User-Defined Functions]]
 +
* [[Identifier]]
 +
* [[Examining a Model]]

Latest revision as of 19:24, 12 April 2016


Example error text

 BadFn(x)..BadFn(y)
 ^
 Undefined identifier, BadFn.

Cause

No variable or function with the indicated identifier (in this case, with the identifier BadFn) exists. You may have mistyped the name of a function or variable, or perhaps you haven't yet gotten around to adding the variable or function to your model.

Remedy

Fix the spelling error, or add the function or variable.

See Also

Comments


You are not allowed to post comments.