To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43838
User ms7777 changed the following:
What |Old value |New value
================================================================================
CC|'' |'ms7777'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Dec 29 06:53:06 -0800
2006 -------
... ran into a similar problem with OO 2.1.0, Win XP SP 2. Test case is here:
Sub Main
Dim asDum1(5) as String
Dim asDum2(2) as String
redim preserve asDum2(UBound(asDum1)) 'works
lUBound = UBound(asDum2)+1
redim preserve asDum2(lUBound) 'works
redim preserve asDum2(UBound(asDum2)+1) 'does not work
End Sub
---------------------------------------------------------------------
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]