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

Character Table Decimal Property
Character Types Class

Public Property Get CharacterTableDecimal( _
    ) As String

Return a string containing the character table with decimal number headings.

Example:
    ? CharacterTableDecimal
      +  0 1 2 3 4  5 6 7 8 9
      0    * * * *  * * * *
     10    * *   *  * * * * *
     20  * * * * *  * * * * *
     30  * *   ! "  # $ % & '
     40  ( ) * + ,  - . / 0 1
     50  2 3 4 5 6  7 8 9 : ;
     60  < = > ? @  A B C D E
     70  F G H I J  K L M N O
     80  P Q R S T  U V W X Y
     90  Z [ \ ] ^  _ ` a b c
    100  d e f g h  i j k l m
    110  n o p q r  s t u v w
    120  x y z { |  } ~ * * *
    130  * * * * *  * * * * *
    140  * * * * *  ‘ ’ * * *
    150  * * * * *  * * * * *
    160    ¡ ¢ £ ¤  ¥ ¦ § ¨ ©
    170  ª « ¬ ­ ®  ¯ ° ± ² ³
    180  ´ µ ¶ · ¸  ¹ º » ¼ ½
    190  ¾ ¿ À Á Â  Ã Ä Å Æ Ç
    200  È É Ê Ë Ì  Í Î Ï Ð Ñ
    210  Ò Ó Ô Õ Ö  × Ø Ù Ú Û
    220  Ü Ý Þ ß à  á â ã ä å
    230  æ ç è é ê  ë ì í î ï
    240  ð ñ ò ó ô  õ ö ÷ ø ù
    250  ú û ü ý þ  ÿ
Note: Most of the asterisks will be replaced with the real character, which will likely be printed as a box because those characters are non-printable.
See also:
    CharacterTableHexadecimal Property
    CharacterTableAlphanumeric Property

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