Hi,
I want to convert a string to numbers ... i tried a lot of codes.. iam a beginner...
Kindly help...
Ex:
a=1 b=2 c=3 d=4 e=5 f=6 g=7 h=8 i=9 j=10
input value -->abc output value --> 123
input value -->abcj output value -->12310
I mean i want to output the alphabet position of the string to the numbers
Also, i want to have a html page GUI to input the value and get the output
Thanks