Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_center() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_CENTER()

 DESCRIPTION

 The C_CENTER() function centers and displays data of any type, with
 the exception of memo and array, on the screen.  The data is
 displayed in the current screen color and is centered from column
 forty (40).

 SYNTAX

 C_CENTER(row, data)

 PARAMETERS

 row (N) is the row to center the data.

 data (C/N/D/L) is the data to display.  The data type can be any of
 the following types:  character, numeric, date, or logical.

 RETURNS

 There is no return value.

 EXAMPLES

 s1 = "Line of Text"

 c_center(5,1234.78)   && Center number on screen at row 5
 c_center(6,date())    && Center date on screen at row 6
 c_center(7,.T.)       && Center logical on screen at row 7
 c_center(12,s1)       && Center string s1 at row 12


See Also: C_BCENTER() C_MIDDLE() C_MSG() C_ERR()

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