<-- Previous || Up || Next -->

Illustrate Codes Function
Illustrate Values Class

Public Function IllustrateCodes( _
    ByVal vValue As Variant _
    ) As Variant

Replaces all characters in string vValue by their decimal, octal, and hex codes.
The codes for each character are enclosed within brackets.

Examples:
    ? IllustrateCodes("AB")
    [65d101o41h][66d102o42h]
    ? IllustrateCodes(vbCrLf)
    [13d15oDh][10d12oAh]
See also:
    IllustrateNonPrintCodes Function
    IllustrateCodesBelow Function
vValue: 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.