Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dffill()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFill()
Defines a background brush inside a Box
------------------------------------------------------------------------------
Syntax:

     dfFill( <nTop>, <nLeft>, <nBottom>, <nRight>,;
             <cFill>, [<cColor>]                  ) -->NIL

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> Coordinates to FILL.
     <cFill>    Character to fill the box.
     <cColor>   optional filling color. If not specify the current
     SETCOLOR() will be used.

Returns:

     NIL

Description:

     Fills a given screen section with a sequence of the specified
     character.

Example:

     dfFill( 0, 0, MaxRow(), MaxCol(), "dBsee 4" )

See also:

     dfBkg()

See Also: dfBkg()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson