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
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
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks