Public Function IllustrateTwoAlt( _ ByVal vValue As Variant _ ) As Variant
? IllustrateTwoAlt(EveryCharacterWithinRange(0, 63)) & "*" @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ !"#$%&'()*+,-./0123456789:;<=>? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * ? IllustrateTwoAlt(EveryCharacterWithinRange(64, 127)) & "*" @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¿ ^* ? IllustrateTwoAlt(EveryCharacterWithinRange(128, 191)) & "*" @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ !"#$%&'()*+,-./0123456789:;<=>? ||||||||||||||||||||||||||||||||--------------------------------* ? IllustrateTwoAlt(EveryCharacterWithinRange(192, 255)) & "*" @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¿ ---------------------------------------------------------------|*See also:
IllustrateTwo 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.