Public Function IllustrateTwo( _ ByVal vValue As Variant _ ) As Variant
? 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 FunctionvValue: 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.