Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_cls()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_cls()


Syntax:     b_cls(<expN1>,<expN2>,<expN3>,<expN4>,<expN5>)

Purpose:    Clear area of screen with color attribute

Arguments:  <expN1> is the top

            <expN2> is the left

            <expN3> is the bottom

            <expN4> is the right

            <expN5> is the color


Returns:    Nothing

Library:    MICROSYS.LIB



----------------------------------- Example ----------------------------------
   #define    BLACK   0
   #define    BLUE    1

   b_cls(10,10,20,BLUE)

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