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 - msgget() general one-line input message http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgGet()               General one-line input message
--------------------------------------------------------------------------------

   Syntax:              MsgGet( <cTitle>, <cText>, @<uVar> [,<cBmpFile>] )
                            --> <lOk>

   Parameters:

   <cTitle>             The title of the DialogBox.

   <cText>              The text of the SAY besides the GET.

   <uVar>               Any variable value passed by reference.

   <cBmpFile>           The name of a BMP file to display besides
                        the GET.

   Returns:

   <lOk>                A logical value indicating if the user selected
                        Ok (.t.) or Cancel (.f.).
                        The modified value is stored in the same <uVar>
                        provided by reference.

   Observations:        This is a very useful function to quickly display
                        a DialogBox with a GET to accept some user info
                        input.
                        Using MsgGet() you avoid designing a DialogBox,
                        defining it and activating it just for this same
                        purpose. MsgGet() speed up some basic user input.

   Sample:              SAMPLES\\TestMsg.prg

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

   See also:            MsgAlert() MsgInfo() MsgStop() MsgYesNo()
                        MsgBeep() MsgRetryCancel() MsgAbout() MsgBeep()


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