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

 DESCRIPTION

 C_CHGATTR() changes the specified screen attribute to another
 attribute for a specified area on the screen.

 SYNTAX

 C_CHGATTR(st_row, st_col, end_row, end_col, from_color, to_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.

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

 to_color (C/N) is the color to change to 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_chgattr(10,10,20,69,"W/B","W+/B")    && change color for area


See Also: C_SETATTR() C_GETATTR() C_BOXATTR()

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