To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75443
Issue #|75443
Summary|Support multiple array indices
Component|scripting
Version|1.0.0
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|ab
Reported by|ab
------- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:34:20 +0000
2007 -------
If an array has another array as element, VB allows to use more
than one array index to access elements of this sub array:
Sub Main
Dim a(0)
Dim b(0)
b(0) = "b"
a(0) = b
MsgBox a(0)(0)
End Sub
This should also be supported by OOo Basic.
This problem may be related to i43838 that also deals
with an array indexing problem.
---------------------------------------------------------------------
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]