Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_boxchar() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_BOXCHAR()

 DESCRIPTION

 C_BOXCHAR() returns the eight graphics characters needed to
 construct a box.  Five different box types can be specified.

 SYNTAX

 C_BOXCHAR(box_type)

 PARAMETERS

 box_type (N) is the type of box (1-5) to return for the graphics
 characters.  The available box types are as follows:

 BOX TYPE     DESCRIPTION
 --------     -----------
 0            No box
 1            Single top/bottom, single sides
 2            Double top/bottom, double sides
 3            Double top/bottom, single sides
 4            Single top/bottom, double sides
 5            Solid graphics characters

 RETURNS

 C_BOXCHAR() returns the eight characters needed to construct a box
 of the specified type.  The characters are returned as a character
 string.

 EXAMPLES

 c_boxchar(3)      && returns box characters for box type 3


See Also: C_BOXATTR() C_BOX()

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