Hello, i have a String Array that contains 26 entries, i want to add just a space on Index 27. When i try to do that it just automatically changes the entry to “none”. Is there a way to make it so that the array treats the space as a character?
Thanks!
Hey @iDivider!
I don’t think that’s doable. What’s the context? We may be able to figure out a quick fix!
Don’t be afraid to just use a | or something and replace it later!
Sorry for the late reply. I ended up using a “/” and Switch on String and append a space. Thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.