Public Function IllustrateValue( _
ByVal vValue As Variant _
) As Variant ? IllustrateValue("Line1" + vbCrLf + "Line2")
"Line1%013%010Line2" (String * 12)
? IllustrateValue(23%)
23 (Integer)
? IllustrateValue(23&)
23 (Long)
? IllustrateValue(EmptyValue)
(Empty)
? IllustrateValue(Null)
Null (Null)See also: IllustrateKeys 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.