To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83666
                 Issue #|83666
                 Summary|Line breaks in strings sometimes treated as spaces
               Component|Spreadsheet
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|huw





------- Additional comments from [EMAIL PROTECTED] Thu Nov 15 15:05:56 +0000 
2007 -------
Line breaks in some strings are treated as spaces.

Consider:
A1 contains two three letter words seperated by a soft line break - Ctrl+Enter. 
(It is displayed as a two line cell, and as two words seperated by a space in 
the input line - Issue 13870).
=CODE(MID(A1;4;1)) returns 32 instead of the expected 10

Yet if A2 contains =LEFT(A1;3)&char(10)&RIGHT(A1;3)
=CODE(MID(A2;4;1)) returns 10 as expected

and if A3 contains the same two words as A1, but seperated by a space instead 
of a soft line break
=EXACT(A1;A3) returns TRUE instead of the expected FALSE

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