To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89935
                 Issue #|89935
                 Summary|Boolean logic using double quote character not working
               Component|Spreadsheet
                 Version|OOo 2.4.0
                Platform|Unknown
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|wsfulton





------- Additional comments from [EMAIL PROTECTED] Sun May 25 19:57:33 +0000 
2008 -------
using 'char(34)' to test for the double quote character does not work.

This can be demonstrated typing this into cell A1:

"

and the following into cell A2:

=IF(A1=CHAR(34);"true";"false")

The resulting display in A2 is:

false

When is should display "true".

Note that if in cell A1, the following is typed as an alternative way to display
the double quote:

=CHAR(34)

then cell A2 correctly shows "true".

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