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