Reply to thread

Hi arion,


[code]<visible>!string.equals(#FritzBox.NewMessageCount,0)</visible>[/code]


it looks like that this expression has a problem with the "!" at the beginning. without negation everthing works as expected, but when I add

the ! the condition is always true.


Looks like a bug.


Top Bottom