Orion
Abott-Hex numbers
Sun Nov 15 16:36:37 1998


|I'm no expert but I think the info you need concerning the s/no. calculation is that all keys on your keyboard have a binary value so that each key press can be recognised by your PC.these binary values can also be converted to hexadecimal(h).All lower case letters have the following values:a=97 decimal= 01100001 binary=64 hex.
b=98 """""" 01100010 """"" 65 """
and so on till you reach the letter z which is 122 decimal which is 7A hex.to convert any decimal no. to hex just use the calculator that comes with windows ,in scientific mode ,also most important use this calculator to add hex numbers aas they cannot be added as easily as decimal as they are to base 16 not 10.
I hope this ias of some use to you.