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





------- Additional comments from [EMAIL PROTECTED] Thu Sep 28 00:09:58 -0700 
2006 -------
Andreas,
This isn't how declarations work in VBA. In VBA joerg's comments would just be
wrong! Static is a declaration, not an executable statement, so I would expect
the following to act as a counter returning 1,2,3, ... in both OOB and VBA. 

Function cnt()
  Static a
  a = a + 1
  cnt = a
End Function

I've checked and it does in both.  But the 'failed' test below also now works,
so I suspect that you've fixed this one and forgot to close it.  //Terry

---------------------------------------------------------------------
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