Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>dispchar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    DispChar()

         Writes a character on the screen

    Syntax:

         DispChar ( nChar, nX, nY, nFore, nBack ) -> Nil

         nChar : ASCII value of the character to be printed
         nX    : Coordinate X
         nY    : Coordinate Y
         nFore : The colour of the character
         nBack : The colour of the background

    Description:

         It writes a character in graphic mode. The mode must be EGA or VGA.

    Return:

         Nothing.

    Example:

         DispChar ( Asc ( "A" ), 20, 30, 2, 0 )

See Also: DispStr()

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