To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80986
                 Issue #|80986
                 Summary|f(x) button to hex2dec() uses wrong quotes
               Component|Spreadsheet
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|formatting
             Assigned to|spreadsheet
             Reported by|npendleton





------- Additional comments from [EMAIL PROTECTED] Thu Aug 23 20:38:53 +0000 
2007 -------
For in cell manipulation of hex to decimal numbers,
the "f(x)" button calls hex2dec with single quotes, not double quotes, so the
function breaks! 
current: hex2dec('ff') = 0 or #Value!
should be: hex2dec("ff") = 255
and FYI no quotes hex2dec(celladdress) works.

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