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

Illustrate Two Function
Illustrate Values Class

Public Function IllustrateTwo( _
    ByVal vValue As Variant _
    ) As Variant

"Illustrate Two Line"
Illustrates the non-printable characters within a string using a symbol on the second line.

Examples:
    ? IllustrateTwo(EveryCharacterWithinRange(0, 63)) & "*"
    @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ !"#$%&'()*+,-./0123456789:;<=>?
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                *
    ? IllustrateTwo(EveryCharacterWithinRange(64, 127)) & "*"
    @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~?
                                                                   -*
    ? IllustrateTwo(EveryCharacterWithinRange(128, 191)) & "*"
    @ABCDEFGHIJKLMNOP‘’STUVWXYZ[\]^_ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿
    -----------------  -------------                                *
    ? IllustrateTwo(EveryCharacterWithinRange(192, 255)) & "*"
    ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
                                                                    *
See also:
    IllustrateTwoAlt Function
    IllustrateKeys Function
    IllustrateCodeBelow Function
vValue: The string whose non-printable characters will be illustrated. Function returns Null if vValue is Null or cannot be fixed up to a String.

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