Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfgrfsay()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfGrfSay()
Displays a string in graphic mode
------------------------------------------------------------------------------
Syntax:

     dfGrfSay( <nRow>, <nCol>, <cString>,;
                              <nColor> ) --> NIL

Parameters:

     <nRow>, <nCol> Initial string coordinates
     <cString>  String to display
     <nColor>   Color number

Returns:

     NIL

Description:

     Displays a string in graphic mode

Example:

     dfModGrf( 13 ) // Sets the graphic mode
                    // 320 x 200
     dfDraw( 0,  1, 320,  1, 4 )
     dfDraw( 0, 20, 320, 20, 4 )
     dfGrfSay( 1, 10, "Graphic mode", 3 )
     INKEY(0)
     dfModGrf( 3 ) // Sets the text mode

See also:

     dfDraw(), dfModGrf(), dfPlot()

See Also: dfDraw() dfModGrf() dfPlot()

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