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>outxy()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Outxy()

         Writes a string on the screen in all modes

    Syntax:

         Outxy( nX, nY, cString, nColor ) -> Nil

         nX      : Coordinate X
         nY      : Coordinate Y
         cString : The string to be written
         nColor  : The colour of characters

    Description:

         It writes a string in graphic mode. The functions work in all
         CGA, Herc, EGA, VGA and SVGA modes.

    Return:

         Nothing.

    Example:

         DispStr ( 20, 10, "Write in graphic mode", 10 )

See Also: DispChar() DispStr()

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