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 - vputv http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Vputv

Put column array of VcelT objects to screen.

If <f> is TRUE, put row-wise array of <l> by 2 cells, else array of<l> by 1
cell.

Header File.....TCXLvid.h

Prototype.......VOID CTYP Vputv(IntT r, IntT c, VcelP p, IntT l, FlgT f);

Source File.....DIO\VPUTV.C

Arguments.......r  -  Row
                c  -  Column
                p  -  Array of VcelT to display
                l  -  Length
                f  -  TRUE for 2-wide, FALSE for 1-wide

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

Notes...........Displays an vertical array of VcelT objects of 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.

See Also: Appendix A

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