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


User ab changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Wed Jul 27 00:48:17 -0700 
2005 -------
bovlk is right, example:

Sub Main()
    v1 = 14
    v2 = 59
    v3 = 177

    a = v1 Or v2 And v3
    msgbox a    ' Prints 49
    ' like:
    a = (v1 Or v2) And v3
    msgbox a    ' Prints 49
    ' instead of
    a = v1 Or (v2 And v3)
    msgbox a    ' Prints 63
End Sub

-> STARTED, P4->P3, -> OOo Later


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