Difference between revisions of "Error Messages/40457"
(Created page with '= Error Text = Lexical error at line 1 while checking: [C,9,7] ^ The value for Attribute ''Metaonly'' must be numeric. = Cause = Somehow, a non-numeric value has been as…') |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
+ | == Error text == | ||
+ | |||
+ | <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> | ||
Lexical error at line 1 while checking: | Lexical error at line 1 while checking: | ||
− | [C,9,7] | + | [C, 9, 7] |
^ | ^ | ||
− | The value for Attribute | + | The value for Attribute 'Metaonly' must be numeric. |
+ | </pre> | ||
− | = Cause = | + | == Cause == |
− | Somehow, a non-numeric value has been assigned to a numeric | + | Somehow, a non-numeric value has been assigned to a numeric attribute. Perhaps this was a result of something you did in [[typescript]], a [[button]] script, or [[Assignment Operator :=|assignment]] to the attribute in one of your own [[meta-inference]] algorithms. It would be unusual for this to happen under normal usage. |
− | = Remedies = | + | == Remedies == |
You can clear the attribute from the typescript window by typing: | You can clear the attribute from the typescript window by typing: | ||
− | :«att» «obj»: | + | :<code>«att» «obj»:</code> |
With nothing following the colon, where «att» is the attribute name and «obj» is the identifier of the object. For example: | With nothing following the colon, where «att» is the attribute name and «obj» is the identifier of the object. For example: | ||
− | + | :<code>Metaonly Selector:</code> | |
+ | |||
+ | More important that just remedying this once, you probably want to figure out how it got changed to a non-numeric value in the first place. It may indicate a bug in your [[meta-inference]] logic, for example. | ||
− | + | ==See Also== | |
+ | * [[MetaOnly]] | ||
+ | * [[Meta-inference]] | ||
+ | * [[Typescript]] | ||
+ | * [[Button]] | ||
+ | * [[Attributes]] | ||
+ | * [[Of]] | ||
+ | * [[Assignment Operator :=]] | ||
+ | * [[Objects and Values]] | ||
+ | * [[Numbers]] |
Latest revision as of 19:40, 29 March 2016
Error text
Lexical error at line 1 while checking: [C, 9, 7] ^ The value for Attribute 'Metaonly' must be numeric.
Cause
Somehow, a non-numeric value has been assigned to a numeric attribute. Perhaps this was a result of something you did in typescript, a button script, or assignment to the attribute in one of your own meta-inference algorithms. It would be unusual for this to happen under normal usage.
Remedies
You can clear the attribute from the typescript window by typing:
«att» «obj»:
With nothing following the colon, where «att» is the attribute name and «obj» is the identifier of the object. For example:
Metaonly Selector:
More important that just remedying this once, you probably want to figure out how it got changed to a non-numeric value in the first place. It may indicate a bug in your meta-inference logic, for example.
See Also
Comments
Enable comment auto-refresher