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:
&nbsp;==Error message==
+
&nbsp;==Error message==  
  
<br>Evaluation error at line 1 in Script of &lt;x&gt;:<br>The object in an "att of Obj := expr" expressions&nbsp;
+
<br>&nbsp;Evaluation error at line 1 in Script of &lt;x&gt;:<br>&nbsp;The object in an "att OF obj&nbsp;:= expr" expressions must be the name of an object,
 +
 
 +
&nbsp;or if a function call, must evaluat to the name of an object. It cannot be an array, &nbsp;
 +
 
 +
&nbsp;attribute assignment does array abstract.
 +
 
 +
<br>&nbsp;Did you want to edit the Script of &lt;x&gt;?<br>
 +
 
 +
==Revised message==
 +
 
 +
 
 +
 
 +
&nbsp;In expression of the form&nbsp;
 +
 
 +
&nbsp; &nbsp;att OF obj := expr
 +
 
 +
&nbsp;obj&nbsp;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.
 +
 
 +
&nbsp;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


You are not allowed to post comments.