character

  1. J

    Question How do i add a space between every character in a string?

    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
  2. Vermiculus

    Question Char->Hex Code

    {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...
Back
Top