Ok, I have a simple question that I don't know how to answer. The user enters a word into a text box, and I need to read that word as individual characters. IE. user enters the word "apple" and I want to read that as A, P, P, L, E. Then those letters would get converted into numbers, through a simple case statement. Thanks in advance.