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





------- Additional comments from [EMAIL PROTECTED] Thu Apr  5 23:33:00 +0000 
2007 -------
a workaround to get the data which works under 2.2:
        For r_idx = LBound(v) To UBound(v)
                temp = v(r_idx)
                'print temp(0)
                For c_idx = LBound(temp) To UBound(temp)
                        tmp =  temp(c_idx)
                        print tmp
                Next c_idx
        Next r_idx

NB: I checked and the bug I reported is partially not present under 2.0.4.
v(i,j) are accepted though they in fact return v(i).
Maybe the current behaviour is more sane by not reporting buggy data even if not
working for mutlidimensional arrays.

---------------------------------------------------------------------
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]

Reply via email to