To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69930





------- Additional comments from [EMAIL PROTECTED] Tue Dec 19 15:10:40 -0800 
2006 -------
Having had a look at the compiler output, the code generator generate the same
code for:
  a(i) = a (i) + 1
that is:
  ARGC
  FIND  i;Variant
  ARGV
  FIND  a
  ARGC
  FIND  i;Variant
  ARGV
  FIND  a
  CONST 1
  PLUS  
  PUT
whether a is an array or a function.  This discrimination is carried out by the
RTS in StepFIND.  Not sure how to pick this one up in the current split of
compiler/RTS.  

Suggest that this is introduced as Documentation caveat.  

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to