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