Error Messages/40182


Error message

 Evaluation error at line 1 in Script of <x>:
 The object in an "att OF obj := expr" expressions must be the name of an object, 
 or if a function call, must evaluate to the name of an object. It cannot be an array,   
 attribute assignment does array abstract.
 Did you want to edit the Script of <x>?

What it means

In an assignment to an attribute of the form

att OF obj := expr

«expr» must evaluate to a single text value, not an array. This operation does not array abstract

Revised message

In an assignment to an attribute of the form 

   ''att ''OF ''obj '':= ''expr''

 ''obj ''may be

 * the identifier of an object

 * a text value that is the identifier of an object, including an expression that returns a text value

 * a handle to an object, including an expression that returns a handle.

  Neither ''obj nor expr can ''be an array:  Attribute assignment does not array abstract.

See Also

Comments


You are not allowed to post comments.