How do I add a space between every character in a string of text?
For example:
Change "abcdefg"
To "a b c d e f g"
I have two text boxes on my form, one for input, the other for output of the re-formatted string.
Some code would be really helpful! Thanks in advance. :D
{HISTORY}
I am making a basic utility for Native C++ using the .NET framework (hehehe). The idea is to make a window with all the non-standard characters in buttons and have those buttons insert their characters, etc. That's all working perfectly, but C++ needs a hex code or something similar...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.