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

         Prints a message in screen

    Syntax:

         FastPrint( nY, nX, cMessage, nColor ) -> Nil

         nY       : Y coordinate
         nX       : X coordinate
         cMessage : Message to display
         nColor   : a numeric value with the color

    Description:

         Prints a message in screen. It's very quick.

    Return:

         Nothing.

    Example:

         #define HIWHITE 15

         FastPrint( 10, 12, "I want to be free...", HIWHITE )

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