Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>msgwait()</b> shows a dialogbox with a msg and waits some time http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgWait()              Shows a DialogBox with a msg and waits some time
--------------------------------------------------------------------------------

   Syntax:              MsgWait( <cMsg> [,<cTitle>], [<nSeconds>] )
                                     --> nil


   Parameters:

   <cMsg>               The message to display

   <cTitle>             The title of the dialogbox.
                        By default "Please, wait..."

   <nSeconds>            The time in seconds to wait. By default
                        just waits 4 seconds. MsgWait() will automatically
                        end the DialogBox that appears.

   Returns:             nil

   Observations:        This function simplifies the process of showing
                        a brief message to the user and waiting a little.
                        This function uses a Modal DialogBox which guaranties
                        that the application execution will wait until the
                        DialogBox is removed.

   Sample:              SAMPLES\\TestMsg.prg

   Source code:         SOURCE\\FUNCTION\\MsgRun.prg

   See also:            All Msg...() functions. They greatly simplify
                        your work!


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