Look the ASCII table

A=65
T=84
and so on

the above could also be written like...

Code:
Arry[0]="A"
Arry[1]="T"
// etc etc etc