Problem with spaces in strings that are stored in variables

Discuss problems and solutions.
macay
Newbie
Posts:12
Joined:03 Feb 2013 15:47
Problem with spaces in strings that are stored in variables

Post by macay » 11 Feb 2013 20:50

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)?

Post Reply