ANSI, ASCII, AND CHARACTOR CODES
                               By:Jason Long
  
        I have always had trouble getting the Ansi and ASCII codes to get the    
job done. I figured that most of you have had that problem too so I put    
together a list of all that I have gotten from friends books and programs.  
It was a lot of work and a lot of time that I had to give up to make this
text file. I am a 13 year old boy that wants to go to a basic programming 
class or two. As most of you know, classes and books are very expensive so   
I am asking for any donations that you would be willing to contribute. This
is freeware so feel free to give this to all of your friends or upload to 
any BBS you might know.I am asking for a $5.00 donation. Any more or less 
that you are willing to contribute would be appriciated. My address is:
                                 
                                 Jason Long
                                9832 Brier ln.
                                Santa Ana, CA
                                   92705
Thankyou for your support and I hope you enjoy the information.  
  
  
  
  
  
*****************************************************************************  
  
                            ANSI CODES 0 - 127
  000   (nul)   016  (dle)   032 sp   048 0   064 @   080 P   096 `   112 p
  001  (soh)   017  (dc1)   033 !    049 1   065 A   081 Q   097 a   113 q
  002  (stx)   018  (dc2)   034 "    050 2   066 B   082 R   098 b   114 r
  003  (etx)   019  (dc3)   035 #    051 3   067 C   083 S   099 c   115 s
  004  (eot)   020  (dc4)   036 $    052 4   068 D   084 T   100 d   116 t
  005  (enq)   021  (nak)   037 %    053 5   069 E   085 U   101 e   117 u
  006  (ack)   022  (syn)   038 &    054 6   070 F   086 V   102 f   118 v
  007  (bel)   023  (etb)   039 '    055 7   071 G   087 W   103 g   119 w
  008  (bs)    024  (can)   040 (    056 8   072 H   088 X   104 h   120 x
  009   (tab)   025  (em)    041 )    057 9   073 I   089 Y   105 i   121 y
  010   (lf)    026   (eof)   042 *    058 :   074 J   090 Z   106 j   122 z
  011  (vt)    027  (esc)   043 +    059 ;   075 K   091 [   107 k   123 {
  012  (np)    028  (fs)    044 ,    060 <   076 L   092 \   108 l   124 |
  013   (cr)    029  (gs)    045 -    061 =   077 M   093 ]   109 m   125 }
  014  (so)    030  (rs)    046 .    062 >   078 N   094 ^   110 n   126 ~
  015  (si)    031  (us)    047 /    063 ?   079 O   095 _   111 o   127 


                     
                     ASCII CHARACTER CODES 128 - 255)
    128    143    158    172    186    200    214    228    242 
    129    144    159    173    187    201    215    229    243 
    130    145    160    174    188    202    216    230    244 
    131    146    161    175    189    203    217    231    245 
    132    147    162    176    190    204    218    232    246 
    133    148    163    177    191    205    219    233    247 
    134    149    164    178    192    206    220    234    248 
    135    150    165    179    193    207    221    235    249 
    136    151    166    180    194    208    222    236    250 
    137    152    167    181    195    209    223    237    251 
    138    153    168    182    196    210    224    238    252 
    139    154    169    183    197    211    225    239    253 
    140    155    170    184    198    212    226    240    254 
    141    156    171    185    199    213    227    241    255
    142    157 


     
                            CHARACTOR CODES
     
     Key       Code         Key          Code         Key          Code
                                                 
     Esc       1            A            30           Caps Lock    58
     ! or 1    2            S            31           F1           59
     @ or 2    3            D            32           F2           60
     # or 3    4            F            33           F3           61
     $ or 4    5            G            34           F4           62
     % or 5    6            H            35           F5           63
     ^ or 6    7            J            36           F6           64
     & or 7    8            K            37           F7           65
     * or 8    9            L            38           F8           66
     ( or 9    10           : or ;       39           F9           67
     ) or 0    11           " or '       40           F10          68
     _ or -    12           ~ or `       41           F11          133
     + or =    13           Left Shift   42           F12          134
     Bksp      14           | or \       43           NumLock      69
     Tab       15           Z            44           Scroll Lock  70
     Q         16           X            45           Home or 7    71
     W         17           C            46           Up or 8      72
     E         18           V            47           PgUp or 9    73
     R         19           B            48           Gray -       74
     T         20           N            49           Left or 4    75
     Y         21           M            50           Center or 5  76
     U         22           < or ,       51           Right or 6   77
     I         23           > or .       52           Gray +       78
     O         24           ? or /       53           End or 1     79
     P         25           Right Shift  54           Down or 2    80
     { or [    26           Prt Sc or *  55           PgDn or 3    81
     } or ]    27           Alt          56           Ins or 0     82
     Enter     28           Spacebar     57           Del or .     83
     Ctrl      29                                
 

    Source: geocities.com/timessquare/2795/Files

               ( geocities.com/timessquare/2795)                   ( geocities.com/timessquare)