Public Function IllustrateDebug( _
ByVal vValue As Variant _
) As Variant ? IllustrateDebug("Line1" + vbCrLf + "Line2")
"Line1^M^JLine2" (String * 12)
? IllustrateDebug(23%)
23 (Integer)
? IllustrateDebug(23&)
23 (Long)
? IllustrateDebug(EmptyValue)
(Empty)
? IllustrateDebug(Null)
Null (Null)See also: IllustrateDebugString Function
VarTypeToString FunctionvValue: The value that will be illustrated (converted to a string) along with its data type. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.