Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Vitamin C Library - name <b>box</b> -- draw a box http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            box  --  Draw a box

synopsis        c = box(up,lf,lo,rt,type,attr);
                COUNT c;       Not meaningful
                COUNT up,lf;   Upper left corner of box
                COUNT lo,rt;   Lower right corner of box
                COUNT type;    Type of box {0,1,2}
                COUNT attr;    Attribute to print box

description  This function prints a box described by
           up,lf and lo,rt with attribute attr on
           the screen or on the current window. if
           upper row = lower row a line is drawn or
           lower left = upper right a column

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