ok, here are my two cents ...

I think this intended behaviour has been prepared a long time now ... So it seems to me when I read this little note in the 3.62 ! documentation :

quote:
; Old style use of variables inside a string:

"Use of a variable $Var inside a string."

New, preferred style to use variables in combination with strings:

"Use of a variable " + $Var + " inside a string."


J.
_________________________