http://openoffice.org/bugzilla/show_bug.cgi?id=63614


r_rethmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #9 from r_rethmann <[email protected]>  2011-03-24 14:25:31 
---
Problem is still there. OOO 3.3.0 (9567) Mac.
So I've built my own func:

'-----------------------------------------------------------------
' Replacement for iif (very unreliable)
'-----------------------------------------------------------------
Function ifif(bBool as Boolean, sTrue as String, sFalse as String)
    If bBool then
        ifif = sTrue
    Else
        ifif = sFalse
    End If
End Function

-- 
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
---------------------------------------------------------------------
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Reply via email to