https://issues.apache.org/bugzilla/show_bug.cgi?id=55324

--- Comment #5 from [email protected] ---
excuse me there is a bug in my comment, 
* LEN(A1) works perfectly
* MID(A1,4,2) works perfectly
* IF (LEN(A1)>0, A1, A2) works perfectly
* IF (1=1, MID(A1,4,2), A1) works bad
* IF (MID(A1,4,2)="ab", A1, "bad") works fine
* IF (1=1, A1, MID(A1,4,2)) works fine
* IF (1>2, A1, MID(A1,4,2)) works bad

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to