Is there (if not, can someone please help make me one) a token identifier that inserts a token between each character.
e.g. %words = This is a test message
And then using some sort of identifier, $insertok(%words,44)
And would then return: T*h*i*s i*s a t*e*s*t m*e*s*s*a*g*e

And if possible, exclude putting a C (In the example above a 44, or *) in spaces.

P.s. Note how the example doesn't put *'s in front or end of words.

Last edited by Firstmate; 08/11/08 12:29 AM.