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: | ||
− | + | [[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 | + | 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
Enable comment auto-refresher