<-- Previous || Up || Next -->

Character Table Alphanumeric Property
Character Types Class

Public Property Get CharacterTableAlphanumeric( _
    ) As String

Return a string containing a table of the ASCII values of the alphanumeric characters.

Example:
    ? CharacterTableAlphanumeric
       Char   0   1   2   3   4   5   6   7   8   9
        Asc  48  49  50  51  52  53  54  55  56  57
     Letter   A   B   C   D   E   F   G   H   I   J   K   L   M
      Posit   1   2   3   4   5   6   7   8   9  10  11  12  13
    Asc Upr  65  66  67  68  69  70  71  72  73  74  75  76  77
    Asc Lwr  97  98  99 100 101 102 103 104 105 106 107 108 109
     Letter   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
      Posit  14  15  16  17  18  19  20  21  22  23  24  25  26
    Asc Upr  78  79  80  81  82  83  84  85  86  87  88  89  90
    Asc Lwr 110 111 112 113 114 115 116 117 118 119 120 121 122
See also:
    CharacterTableDecimal Property
    CharacterTableHexadecimal Property

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.