Subject IIF bug?
Author Mr. John
Hi !
I'm using FB 2.5.2 on XP
I've discovered a strange behavior for IIF function: 

SELECT '11'||(IIF(1>2,'00000000000000',''))||'.22'  FROM rdb$database


as it can see condition is always false,IIF should result an empty string but the result is not 
                   11.22
,the result is 11              .22
why?

Thanks!


[Non-text portions of this message have been removed]