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

Character Table Hexadecimal Property
Character Types Class

Public Property Get CharacterTableHexadecimal( _
    ) As String

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

Example:
    ? CharacterTableHexadecimal
     +  0 1 2 3  4 5 6 7  8 9 A B  C D E F
     0    * * *  * * * *  *     *  *   * *
    10  * * * *  * * * *  * * * *  * * * *
    20    ! " #  $ % & '  ( ) * +  , - . /
    30  0 1 2 3  4 5 6 7  8 9 : ;  < = > ?
    40  @ A B C  D E F G  H I J K  L M N O
    50  P Q R S  T U V W  X Y Z [  \ ] ^
    60  ` a b c  d e f g  h i j k  l m n o
    70  p q r s  t u v w  x y z {  | } ~ *
    80  * * * *  * * * *  * * * *  * * * *
    90  * ‘ ’ *  * * * *  * * * *  * * * *
    A0    ¡ ¢ £  ¤ ¥ ¦ §  ¨ © ª «  ¬ ­ ® ¯
    B0  ° ± ² ³  ´ µ ¶ ·  ¸ ¹ º »  ¼ ½ ¾ ¿
    C0  À Á Â Ã  Ä Å Æ Ç  È É Ê Ë  Ì Í Î Ï
    D0  Ð Ñ Ò Ó  Ô Õ Ö ×  Ø Ù Ú Û  Ü Ý Þ ß
    E0  à á â ã  ä å æ ç  è é ê ë  ì í î ï
    F0  ð ñ ò ó  ô õ ö ÷  ø ù ú û  ü ý þ ÿ
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. Also, the underline characters ("_"; Hex 5F) was omitted because our help file generator interprets trailing underlines to signify a line continuation.
See also:
    CharacterTableDecimal Property
    CharacterTableAlphanumeric Property

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