Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

SCRAT( nToprow, nLeftcol, nBotrow, nRightcol, nColor )

Purpose

Set the screen attribute for a specified screen area.

Arguments

     nToprow -- top row of rectangle

     nLeftcol -- left column of rectangle

     nBotrow -- bottom row of rectangle

     nRightcol -- rightmost column of rectangle

     nColor -- attribute to set

Setup

None.

Example

     SCRAT( 0, 0, 24, 79, 23 )       && white on blue

Returns

Nothing.

Side Effects

Colours a window.

Artful Calls

None.

Source File

AA_VIDEO.C

See Also: CFADE()

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