Assigning intgers to a letter.
807599Feb 1 2007 — edited Feb 2 2007Hey!
I'm doing a project on attendance lists and for that i am using textfields to input letters such as P and A.
The question is how to i assign integers to the letters that i input.
For example, if i were to type in P in the textfield, the program would assign :
P = 1
A= 0
L=0 as such.
Thanks.