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>dfsayborder()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSayBorder()
Displays a BOX using redefined characters
------------------------------------------------------------------------------
Syntax:

     dfSayBorder( <nTop>, <nLeft>, <nBottom>, <nRight>,;
                  [<cCol>], [<cColFill>] ) --> NIL

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> Box coordinates.
     <cCol>     Box color. The default is the current SETCOLOR().
     <cColFill> Filling color.

Returns:

     NIL

Description:

     Displays a box at the given screen position. It also allows to fill
     the box area with a given color.

Example:

     dfSayBorder( 10,10, 13,40, "W+/BG", "B+/BG" )

See also:

     dfFill(), dfSayBox()

See Also: dfFill() dfSayBox()

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