To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=84266
------- Additional comments from [EMAIL PROTECTED] Sat Sep 20 07:27:42 +0000 2008 ------- More information: A1: =TRUE displays 1 - not good A2: =TRUE() displays TRUE ISLOGICAL(A1) displays FALSE - good ISLOGICAL(A2) displays TRUE - good Change the format of A1:A2 to number; both show 1; ISLOGICAL does not change... ..until you hit hard recalculate Shift-Ctrl-F9 - then ->FALSE Change the format of A1:A2 to boolean; both show TRUE; ISLOGICAL does not change... ..until you hit hard recalculate Shift-Ctrl-F9 - then ->TRUE I see the absence of a separate type for logical values as a serious weakness; there are many similar examples. But of course it's a lot of work to remedy. --------------------------------------------------------------------- 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]
