CurtisKaj
10-21-2003, 04:23 PM
Just wondering if anyone can help me do this... I think its possible but what I want to do is allow the user to input some text into a text box and then when they click on a button, the text is read one character at a time and changed depending on what that character is. the main part right now is just to get it to read individual characters.
I was thinking of putting the text from the input into a string but then I couldn't figure out how to access individual characters. I also tried an array but that just puts the entire text into one index so I dont know what I can do here. Any suggestions?
Thanks,
Kaj
I was thinking of putting the text from the input into a string but then I couldn't figure out how to access individual characters. I also tried an array but that just puts the entire text into one index so I dont know what I can do here. Any suggestions?
Thanks,
Kaj