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_boxattr() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_BOXATTR()

 DESCRIPTION

 C_BOXATTR() changes the screen attribute for a specified box area
 on the screen.  Only the outside border of the box area is changed,
 while the inside area of the box remains unchanged.

 SYNTAX

 C_BOXATTR(st_row, st_col, end_row, end_col, color)

 PARAMETERS

 st_row (N), st_col (N), end_row (N), and end_col (N) define the
 upper left and lower right screen coordinates to set the new attribute.

 color (C/N) is the color to set for the box area.  The color can be
 given as a Clipper color string or a numeric color code (see Appendix E).

 RETURNS

 There is no return value.

 EXAMPLES

 c_boxattr(10,10,20,69,"W/B")     && change box border to white on blue


See Also: C_SETATTR() C_BOXCHAR() C_CHGATTR()

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