I have a string of characters, say the alphabet. how do i add a character after every letter without changing the letter.
ie if i want abcdefgh to become a1 b1 c1 21 d1 e1 f1 g1 h1
thanks much in advance!
I have a string of characters, say the alphabet. how do i add a character after every letter without changing the letter.
ie if i want abcdefgh to become a1 b1 c1 21 d1 e1 f1 g1 h1
thanks much in advance!