in reply to Concatinating Numbers-Error: Bug or Feature

I think it doesn't make any sense to concatenate a literal number to a string.
You can put it inside the string as well and it would be faster.

Apart from that it's pretty obvious that you have to put a space between the number and the dot to tell the parser what you want.

  • Comment on Re: Concatinating Numbers-Error: Bug or Feature