Frank Benoit wrote: > "abc " + a + " bla"; [...] > I would be happy if we could remove all three of this annoying > points. This seems as you want to give up strong typing. The next one may come up with x= 2 + a + 4; where a is an interface and requires that a should be easily transformable for not geetting any error. Would you allow or forbid that? -manfred