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

Illustrate Code Below Function
Illustrate Values Class

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

Spreads-out the characters of string vValue and includes the decimal ASCII value of each character.
Illustrate the string vValue by returning a two-line string containing the ASCII value of each character.
The characters are spread-across the first line, the ASCII value of each character is included under the character.

Example:
    ? IllustrateCodeBelow("BASIC")
    B  A  S  I  C
    66 65 83 73 67
See also:
    IllustrateCodesBelow Function
    IllustrateTwo Function
    IllustrateTwoAlt 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.