Wirelessly posted (Mozilla/5.0 (iPod; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3)
What I'm wanting is a way a user can enter some text (example, the word "hello") and have those letters of the word be changed into numbers when a button is pressed. (hello, h=10, e=47, l=23, o=9) (final=1047239)and then a way to reverse the process.
What I'm wanting is a way a user can enter some text (example, the word "hello") and have those letters of the word be changed into numbers when a button is pressed. (hello, h=10, e=47, l=23, o=9) (final=1047239)and then a way to reverse the process.