To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109186
User ab changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Jan 12 14:21:37 +0000
2011 -------
Obviously fixed in the mean time in the scope of another issue.
In OOO330 m15 the following code compiles and gives the
expected result: 42 first and an empty message box then
type mytype
foo
end type
sub main
dim a(0)
a(0) = 42
Dim MyArray(1) as mytype
MyArray(1).foo = a
msgbox MyArray(1).foo(0)
Erase MyArray(1).foo
msgbox MyArray(1).foo(0)
end sub
-> WORKSFORME
---------------------------------------------------------------------
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]