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