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…')
 
m
Line 22: Line 22:
 
* [[Move]] typescript command
 
* [[Move]] typescript command
 
* [[Assignment Operator:: ::=|Assignment Operator (:=)]]
 
* [[Assignment Operator:: ::=|Assignment Operator (:=)]]
 +
 +
<comments />

Revision as of 22:55, 27 January 2010

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


You are not allowed to post comments.

Comments
<comments />