String Manipulation
Posted by Mike Dalton on January 11, 2001 8:05 AM
Is there any way to take a 12 character string,
scramble the letters, and return a different string.
Example: Original String "ABCDEFGHIJKL"
Scramble & Return "ACBDLKGIJFEH"
Thanks