Problem with spaces in strings that are stored in variables

Discuss problems and solutions.
Post Reply
macay
Newbie
Posts: 12
Joined: 03 Feb 2013 15:47

Problem with spaces in strings that are stored in variables

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