I'm trying to find an efficient way to convert a string value, such as "ABCDzF45" to a nuneric code "123426645" where a=1, b=2, c=3, C=3, etc, and n=n. (does not have to be case sensitive but ok if it is).
Does anyone know if there is a fast/efficient way to do this?
Thanks!
Does anyone know if there is a fast/efficient way to do this?
Thanks!