To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63614
------- Additional comments from [email protected] Sun Oct 4 17:56:49 +0000 2009 ------- I had the error using: Iif(sVar = "", "", ", ") In my code, sVar is not empty most of the time (condition FALSE). The behavior seamed random on several runs. Note on the comment of hba : I do expect Iif to produce an error if arguments #2 and #3 are not of the same type, since Iif is a function and thus should have a fixed return type, no matter the valuation of #1. It's perfectly fine that Iif(TRUE, 0, "") produces an error. The point of the this issue is that Iif sometimes (more or less unpredictably) produces an error, *even though* the types of #2 and #3 do match. If the function cannot be fixed, it really should be removed. After all it can be easily worked around, and the random errors are a time bomb for the developers. --------------------------------------------------------------------- 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]
