Page 1 of 1

Problem with spaces in strings that are stored in variables

Posted: 11 Feb 2013 20:50
by macay
I just encountered a problem while trying to store a string in a variable that I created inside a container.

When I write 'A B C' it will be changed to 'ABC'
When I write 'A,B,C' it will be changed to 'A, B, C'

So how can I store the strings exactly as I want to (without converting it into an array of numbers)?