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

Illustrate Codes Below Function
Illustrate Values Class

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

Spreads-out the characters of string vValue and includes the ASCII value of each character in decimal, hexadecimal, and octal numbers.
Illustrate the string vValue by returning a four-line string containing the ASCII value of each character.

Example:
    ? IllustrateCodesBelow("BASIC")
         B   A   S   I   C
    Dec  66  65  83  73  67
    Hex  42  41  53  49  43
    Oct 102 101 123 111 103
See also:
    IllustrateCodeBelow Function
    IllustrateNonPrintCodes Function
    IllustrateCodes 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.