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>dfsayctr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSayCtr()
Displays a line in the middle of the screen
------------------------------------------------------------------------------
Syntax:

     dfSayCtr( <nTop>, <nLeft>, <nRight>,;
               <cStr>, [<cColor>] ) --> NIL

Parameters:

     <nTop>     Row.
     <nLeft>    Starting column.
     <nRight>   Ending columns.
     <cStr>     String to display.
     <cColor>   String color.

Returns:

     NIL

Description:

     Displays a string, centerd between two given columns. If the string is
     too long, the exceeding characters will be truncated. If the color is
     not specified, the current SETCOLOR() will be used.

Example:

     dfSayCtr(10, 0, 79, "Test")

See also:

     dfSay()

See Also: dfSay()

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