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


User ab changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|ab                        |jsk
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Fri Sep  4 13:55:51 +0000 
2009 -------
ab->jsk: Please verify

Test macro with a as array in type declaration:

type MyType
        a( 3 ) as integer
        b as double
end type

Sub Main
        dim mt as MyType
        mt.a(0) = 42
        mt.a(1) = 43
        mt.b = 3.14
        print mt.a(0), mt.a(1), mt.b
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: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to