https://bugs.documentfoundation.org/show_bug.cgi?id=115879

            Bug ID: 115879
           Summary: Odd behaviour of concatenated NOT functions
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

NOT in some context is treated as a low precedence unary operator instead of a
function, for legacy reasons, which is neither documented nor specified, and
when concatenated without operator leads to odd behaviour such as
=NOT(0)NOT(0) => TRUE
=NOT(0)NOT(1) => FALSE
=NOT(1)NOT(0) => TRUE
=NOT(1)NOT(1) => FALSE
These expressions should result in error instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to