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

         Shows a message with horizontal scroll

    Syntax:

         MsgScroll( nRow, nCol, nSize, cString, cColor ) -> Nil

         nRow    : Row position
         nCol    : Column position
         nSize   : Horizontal size
         cString : Message to show
         cColor  : Message color

    Description:

         Shows a message with horizontal scroll until you push any key.

    Return:

         Nothing.

    Example:

         MsgScroll( 10, 12, 20, "Push any key to continue", "GR+/B" )

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