[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BigLetter()
Returns an array with the big banner of a letter
Syntax:
BigLetter( nLetter ) -> aFormat
aLetter : The ASCII value of the letter
Description:
Creates an returns an array with the format of a letter to create
banners.
Return:
An array value.
Example:
BigLetter( Chr( "A" ) ) // returns { " # ", ;
" # # ", ;
" ## ## ", ;
" ## ## ", ;
... , ;
}
See Also:
BigString()
SmallLetter()
SmallString()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson