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 [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]