Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>att() change screen attributes without changing text</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ATT()       Change screen attributes without changing text

 Syntax....: ATT( tr,lc, br,rc, Attribute [,FillChr] )
 Parameters: <expN>: tr        = top row coordinate
             <expN>: lc        = left column
             <expN>: br        = bottom row
             <expN>: rc        = right column
             <expN>: Attribute = numeric color attribute for screen area
                                 (7=W/N, 15=W+/N, 31=W+/B, etc.)
 [optional]  <expC>: FillChr   = [optional] fill character (default:no fill)

 Returns...: nothing
 Cautions..: watch screen boundaries
 CC Calls..: none
 Alias.....: none

 Example...: ATT(00,00, 24,79, 15)   && Result: change entire screen to W+/B


See Also: SHADOWBOX DBLBOX

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