Difference between revisions of "Error Messages/40185"
(Created page with '= Example Error Text = :The value assigned to the Isin attribute must be an object. = Cause = You've attempted to assign to an attribute that expects an object handle, such as…') |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Example error text == | |
− | + | :<code>''The value assigned to the Isin attribute must be an object.''</code> | |
− | + | == Cause == | |
− | + | You've attempted to assign to an [[attributes|attribute]] that expects an object [[handle]], such as in the following expression: | |
− | + | :<code>IsIn X := Mo2</code> | |
− | + | Most likely you've attempted an assignment to one of the attributes: IsIn or [[Original]]. | |
− | + | == Remedy == | |
− | + | Provide a [[handle]] to the object, e.g.: | |
+ | :<code>IsIn X := Handle(Mo2)</code> | ||
− | = See Also = | + | == See Also == |
− | + | * [[Handle]] | |
* [[Move]] typescript command | * [[Move]] typescript command | ||
− | * [[Assignment Operator | + | * [[Assignment Operator :=]] |
+ | * [[Attributes]] | ||
+ | * [[Attributes#Node_attributes|IsIn]] | ||
+ | * [[Original]] |
Latest revision as of 00:06, 22 March 2016
Example error text
The value assigned to the Isin attribute must be an object.
Cause
You've attempted to assign to an attribute that expects an object handle, such as in the following expression:
IsIn X := Mo2
Most likely you've attempted an assignment to one of the attributes: IsIn or Original.
Remedy
Provide a handle to the object, e.g.:
IsIn X := Handle(Mo2)
See Also
- Handle
- Move typescript command
- Assignment Operator :=
- Attributes
- IsIn
- Original
Comments
Enable comment auto-refresher