[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPcolorScr()
Color a part of the screen
------------------------------------------------------------------------------
Function: XPcolorScr()
XPcolorScr() makes it easy to implement some sort
of Paste function, or whatever. It simply colors
the indicated part of the screen with the indicated
color.
Syntax: XPcolorScr(nTop, nLeft, nBottom, nRight, nAttr) --> NIL
Arguments: The screen region where the Color has to be placed. The
part is colored using attribute (numerical!) nAttr.
Returns: NIL
Usage: XPcolorScr(3,3,15,56,XPclr2attr('W+/N'))
//makes that part Bright White on Blue.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson