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

         Writes a string on the screen

    Syntax:

         DispStr ( cStr, nX, nY, nFore, nBack, nSep ) -> Nil

         cStr  : The string to be written
         nX    : Coordinate X
         nY    : Coordinate Y
         nFore : The colour of characters
         nBack : The colour of the background
         nSep  : Space between characters. Default 8 points

    Description:

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

    Return:

         Nothing.

    Example:

         DispStr ( "Write in graphic mode", 20, 30, 2, 0, 10 )

See Also: DispChar() Outxy()

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