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


User ab changed the following:

                What    |Old value                 |New value
================================================================================
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |STARTED
--------------------------------------------------------------------------------
                Priority|P3                        |P4
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Aug 25 00:11:09 -0700 
2006 -------
Correct, but rather exotic -> STARTED, P4, OOo Later

ab->terrye: Please submit another issue for the ParamArray problem
with an example what's not working. I think it is working. At least the
following sample in a m177 behaves exactly like VB:

option compatible

Sub Main()
    Call test(1, 2, 3)
End Sub

Sub test(a, ParamArray aArr())
    MsgBox a
    MsgBox aArr(0)
    MsgBox aArr(1)
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]

Reply via email to