Difference between revisions of "Error Messages/40182"
m (Created page with " ==Error message== <br>Evaluation error at line 1 in Script of <x>:<br>The object in an "att of Obj := expr" expressions ") |
m |
||
Line 1: | Line 1: | ||
− | ==Error message== | + | ==Error message== |
− | <br>Evaluation error at line 1 in Script of <x>:<br>The object in an "att | + | <br> Evaluation error at line 1 in Script of <x>:<br> The object in an "att OF obj := expr" expressions must be the name of an object, |
+ | |||
+ | or if a function call, must evaluat to the name of an object. It cannot be an array, | ||
+ | |||
+ | attribute assignment does array abstract. | ||
+ | |||
+ | <br> Did you want to edit the Script of <x>?<br> | ||
+ | |||
+ | ==Revised message== | ||
+ | |||
+ | |||
+ | |||
+ | In expression of the form | ||
+ | |||
+ | att OF obj := expr | ||
+ | |||
+ | obj must be the identifier of an object (or if obj is a call to a function call, it must evaluat to the identifier of an object. | ||
+ | |||
+ | It cannot be an array, attribute assignment does array abstract. |
Revision as of 16:57, 28 August 2011
==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 evaluat 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>?
Revised message
In expression of the form
att OF obj := expr
obj must be the identifier of an object (or if obj is a call to a function call, it must evaluat to the identifier of an object.
It cannot be an array, attribute assignment does array abstract.
Comments
Enable comment auto-refresher