Public Function IllustrateKeys( _ ByVal vValue As Variant _ ) As Variant
IllustrateKeys(Chr$(1) + Chr$(2)) = "^A^B" IllustrateKeys(Chr$(254) + Chr$(255)) = "%254%255" IllustrateKeys("Line1" + vbCrLf) = "Line1^M^J" IllustrateKeys("\^%") = "\\\^\%"See also:
IllustrateDebugString Function IllustrateValue FunctionvValue: The string of characters to 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.