[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    SmallLetter()

         Returns an array with the compresed banner of a letter

    Syntax:

         SmallLetter( nLetter ) -> aFormat

         aLetter : The ASCII value of the letter

    Description:

         Creates an returns an array with the format of a letter to create
         a compresed banner.

    Return:

         An array value.

    Example:

         SmallLetter( Chr( "A" ) )  // returns    { "    ###    ", ;
                                                    "  ### ###  ", ;
                                                    "  ##   ##  ", ;
                                                    ...          , ;
                                                  }

See Also: BigString() BigLetter() SmallString()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson