Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - vprintn, vputn http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Vprintn, Vputn

Put filled string/attr to screen.

Header File.....TCXLvid.h

Prototype.......VOID CTYP Vprintn(IntT r, IntT c, AtrT a, ChrP s, IntT l);
                VOID CTYP Vputn(IntT r, IntT c, ChrP s, AtrT a, IntT l);

Source File.....DIO\VPRINTN.C
                DIO\VPUTN.C

Arguments.......r  -  Row
                c  -  Column
                a  -  Attribute (See Appendix A)
                s  -  String to Display
                l  -  Length to fill

Returns.........None.

Notes...........Displays a string, padded with spaces to the specified
                length, to the screen at a specified location, using a
                specified attribute (See Appendix A).  Does not recognize
                control characters and does not affect cursor position.
                Vprintn() hides the mouse cursor, if necessary, and
                performs character mapping.

See Also: Appendix A

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