To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69840
User gh changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
Resolution|INVALID |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Oct 26 02:39:08 -0700
2006 -------
But ...
there still is a regression against m50 (the old testtool)
So here the code for OOo so AB does not habe to copy it together himself
Sub inctest
' dim i,a as integer
dim i as integer,a as integer
i=0
while ((i<60) AND (a<60))
wait 60
inc(i)
wend
End Sub
function inc(Ref as integer)
Ref = Ref + 1
end function
---------------------------------------------------------------------
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]